Merge branch 'src'
This commit is contained in:
commit
8123482649
4 changed files with 10 additions and 10 deletions
|
@ -6,9 +6,9 @@ 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
|
||||
|
||||
After reboot and your network ready, download the script :<br />
|
||||
curl -L archdi.sourceforge.net/archdi<br />
|
||||
curl -L archdi.sf.net/archdi > archdi<br />
|
||||
or if sourceforge is down :<br />
|
||||
curl -L matmoul.github.io/archdi<br />
|
||||
curl -L matmoul.github.io/archdi > archdi<br />
|
||||
|
||||
And run the script :<br />
|
||||
sh archdi
|
||||
|
@ -22,4 +22,4 @@ You can watch my videos to show how to use it :<br />
|
|||
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
|
||||
If you want ask for new features, open an issue on https://github.com/MatMoul/archdi-pkg
|
||||
|
|
|
@ -6,9 +6,9 @@ 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
|
||||
curl -L archdi.sf.net/archdi > archdi
|
||||
or if sourceforge is down :
|
||||
curl -L matmoul.github.io/archdi
|
||||
curl -L matmoul.github.io/archdi > archdi
|
||||
|
||||
And run the script :
|
||||
sh archdi
|
||||
|
@ -22,4 +22,4 @@ 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
|
||||
If you want ask for new features, open an issue on https://github.com/MatMoul/archdi-pkg
|
||||
|
|
6
archdi
6
archdi
|
@ -12,8 +12,8 @@
|
|||
|
||||
|
||||
|
||||
apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.08.30.21.11.37 (GPLv3)"
|
||||
version="2015.08.30.21.11.37"
|
||||
apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.12.07.01.19.51 (GPLv3)"
|
||||
version="2015.12.07.01.19.51"
|
||||
cachedir=~/.cache/archdi
|
||||
|
||||
lastverurl1=http://archdi.sourceforge.net/version
|
||||
|
@ -139,7 +139,7 @@ while (( "$#" )); do
|
|||
liburl1=https://raw.githubusercontent.com/MatMoul/archdi-pkg/$1/lib
|
||||
liburl2=https://raw.githubusercontent.com/MatMoul/archdi-pkg/$1/lib
|
||||
branchoption="$1"
|
||||
apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.08.30.21.11.37 (GPLv3)"
|
||||
apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.12.07.01.19.51 (GPLv3)"
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
2015.08.30.21.11.37
|
||||
2015.12.07.01.19.51
|
||||
|
|
Loading…
Reference in a new issue