Update archdi URL
This commit is contained in:
parent
f9a1d3e701
commit
3f411c1df8
2 changed files with 15 additions and 4 deletions
|
@ -1,6 +1,14 @@
|
||||||
Current Version :
|
Current Version :
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
Archdi :
|
||||||
|
- Update URL to github,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Version : 2015.06.28.20.37.40 :
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
Global :
|
Global :
|
||||||
- Add EFI computer detection.
|
- Add EFI computer detection.
|
||||||
|
|
||||||
|
|
11
archfi
11
archfi
|
@ -9,7 +9,7 @@
|
||||||
# referance : https://wiki.archlinux.org/index.php/Installation_guide
|
# referance : https://wiki.archlinux.org/index.php/Installation_guide
|
||||||
|
|
||||||
|
|
||||||
apptitle="Arch Linux Fast Install (archfi) - Version: 2015.06.28.20.37.40 (GPLv3)"
|
apptitle="Arch Linux Fast Install (archfi) - Version: 2015.07.19.04.55.32 (GPLv3)"
|
||||||
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
|
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
|
||||||
|
|
||||||
|
|
||||||
|
@ -987,21 +987,24 @@ installarchdi(){
|
||||||
}
|
}
|
||||||
archdiinstallandlaunchchroot(){
|
archdiinstallandlaunchchroot(){
|
||||||
cd
|
cd
|
||||||
curl -L archdi.sourceforge.net/archdi >archdi
|
#curl -L archdi.sourceforge.net/archdi >archdi
|
||||||
|
curl matmoul.github.io/archdi >archdi
|
||||||
sh archdi -i
|
sh archdi -i
|
||||||
archdi --chroot
|
archdi --chroot
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
archdilaunchchroot(){
|
archdilaunchchroot(){
|
||||||
cd
|
cd
|
||||||
curl -L archdi.sourceforge.net/archdi >archdi
|
#curl -L archdi.sourceforge.net/archdi >archdi
|
||||||
|
curl matmoul.github.io/archdi >archdi
|
||||||
sh archdi --chroot
|
sh archdi --chroot
|
||||||
rm archdi
|
rm archdi
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
archdiinstallchroot(){
|
archdiinstallchroot(){
|
||||||
cd
|
cd
|
||||||
curl -L archdi.sourceforge.net/archdi >archdi
|
#curl -L archdi.sourceforge.net/archdi >archdi
|
||||||
|
curl matmoul.github.io/archdi >archdi
|
||||||
sh archdi -i
|
sh archdi -i
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue