Merge branch 'src'
This commit is contained in:
commit
06d62b8561
5 changed files with 36 additions and 21 deletions
0
.gitignore
vendored
0
.gitignore
vendored
18
README.md
18
README.md
|
@ -1,19 +1,25 @@
|
||||||
# archdi
|
# archdi
|
||||||
|
|
||||||
Just a simple bash script to install and configure a full personal computer with Arch Linux.
|
Just a simple bash script wizard to install and configure a full personal computer with Arch Linux.
|
||||||
|
|
||||||
First, install Arch Linux with the official média and optionally with archfi.<br />
|
First, install Arch Linux with the official media and optionally with archfi.<br />
|
||||||
Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi
|
Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi
|
||||||
|
|
||||||
After reboot, type the next two lines :
|
After reboot and your network ready, download the script :<br />
|
||||||
|
curl -L archdi.sourceforge.net/archdi<br />
|
||||||
|
or if sourceforge is down :<br />
|
||||||
curl -L matmoul.github.io/archdi<br />
|
curl -L matmoul.github.io/archdi<br />
|
||||||
|
|
||||||
|
And run the script :<br />
|
||||||
sh archdi
|
sh archdi
|
||||||
|
|
||||||
you can install it on your system with<br />
|
Or you can install it on your system with<br />
|
||||||
sh archdi -i<br />
|
sh archdi -i<br />
|
||||||
And then you can use archdi cmd.<br />
|
And then you can use archdi cmd.<br />
|
||||||
With this, you can make your updates or install packages later.
|
With this, you can make your updates or install your packages later.
|
||||||
|
|
||||||
You can watch my videos to show how to use it :<br />
|
You can watch my videos to show how to use it :<br />
|
||||||
https://www.youtube.com/watch?v=-Ne4pYDqslc&list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq
|
https://www.youtube.com/watch?v=-Ne4pYDqslc&list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq
|
||||||
|
|
||||||
|
This package is only a launcher for archdi-pkg.<br />
|
||||||
|
If you want ask for new features, open an issuer on https://github.com/MatMoul/archdi-pkg
|
||||||
|
|
31
README.txt
31
README.txt
|
@ -1,16 +1,25 @@
|
||||||
Download the script :
|
# archdi
|
||||||
---------------------
|
|
||||||
curl -L archdi.sourceforge.net/archdi > archdi
|
Just a simple bash script wizard to install and configure a full personal computer with Arch Linux.
|
||||||
|
|
||||||
|
First, install Arch Linux with the official media and optionally with archfi.
|
||||||
|
Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi
|
||||||
|
|
||||||
|
After reboot and your network ready, download the script :
|
||||||
|
curl -L archdi.sourceforge.net/archdi
|
||||||
or if sourceforge is down :
|
or if sourceforge is down :
|
||||||
curl -L matmoul.github.io/archdi > archdi
|
curl -L matmoul.github.io/archdi
|
||||||
|
|
||||||
|
And run the script :
|
||||||
run the script :
|
|
||||||
----------------
|
|
||||||
sh archdi
|
sh archdi
|
||||||
|
|
||||||
|
Or you can install it on your system with
|
||||||
install and run the script :
|
|
||||||
----------------------------
|
|
||||||
sh archdi -i
|
sh archdi -i
|
||||||
archdi
|
And then you can use archdi cmd.
|
||||||
|
With this, you can make your updates or install your packages later.
|
||||||
|
|
||||||
|
You can watch my videos to show how to use it :
|
||||||
|
https://www.youtube.com/watch?v=-Ne4pYDqslc&list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq
|
||||||
|
|
||||||
|
This package is only a launcher for archdi-pkg.
|
||||||
|
If you want ask for new features, open an issuer on https://github.com/MatMoul/archdi-pkg
|
||||||
|
|
6
archdi
6
archdi
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.08.29.23.44.51 (GPLv3)"
|
apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.08.30.21.11.37 (GPLv3)"
|
||||||
version="2015.08.29.23.44.51"
|
version="2015.08.30.21.11.37"
|
||||||
cachedir=~/.cache/archdi
|
cachedir=~/.cache/archdi
|
||||||
|
|
||||||
lastverurl1=http://archdi.sourceforge.net/version
|
lastverurl1=http://archdi.sourceforge.net/version
|
||||||
|
@ -139,7 +139,7 @@ while (( "$#" )); do
|
||||||
liburl1=https://raw.githubusercontent.com/MatMoul/archdi-pkg/$1/lib
|
liburl1=https://raw.githubusercontent.com/MatMoul/archdi-pkg/$1/lib
|
||||||
liburl2=https://raw.githubusercontent.com/MatMoul/archdi-pkg/$1/lib
|
liburl2=https://raw.githubusercontent.com/MatMoul/archdi-pkg/$1/lib
|
||||||
branchoption="$1"
|
branchoption="$1"
|
||||||
apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.08.29.23.44.51 (GPLv3)"
|
apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.08.30.21.11.37 (GPLv3)"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
2015.08.29.23.44.51
|
2015.08.30.21.11.37
|
||||||
|
|
Loading…
Reference in a new issue