include archdi on github
This commit is contained in:
parent
3f411c1df8
commit
07d83e64ed
1 changed files with 3 additions and 3 deletions
6
archfi
6
archfi
|
@ -988,7 +988,7 @@ 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
|
curl matmoul.github.io/archdi/ >archdi
|
||||||
sh archdi -i
|
sh archdi -i
|
||||||
archdi --chroot
|
archdi --chroot
|
||||||
exit
|
exit
|
||||||
|
@ -996,7 +996,7 @@ archdiinstallandlaunchchroot(){
|
||||||
archdilaunchchroot(){
|
archdilaunchchroot(){
|
||||||
cd
|
cd
|
||||||
#curl -L archdi.sourceforge.net/archdi >archdi
|
#curl -L archdi.sourceforge.net/archdi >archdi
|
||||||
curl matmoul.github.io/archdi >archdi
|
curl matmoul.github.io/archdi/ >archdi
|
||||||
sh archdi --chroot
|
sh archdi --chroot
|
||||||
rm archdi
|
rm archdi
|
||||||
exit
|
exit
|
||||||
|
@ -1004,7 +1004,7 @@ archdilaunchchroot(){
|
||||||
archdiinstallchroot(){
|
archdiinstallchroot(){
|
||||||
cd
|
cd
|
||||||
#curl -L archdi.sourceforge.net/archdi >archdi
|
#curl -L archdi.sourceforge.net/archdi >archdi
|
||||||
curl matmoul.github.io/archdi >archdi
|
curl matmoul.github.io/archdi/ >archdi
|
||||||
sh archdi -i
|
sh archdi -i
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue