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(){
|
||||
cd
|
||||
#curl -L archdi.sourceforge.net/archdi >archdi
|
||||
curl matmoul.github.io/archdi >archdi
|
||||
curl matmoul.github.io/archdi/ >archdi
|
||||
sh archdi -i
|
||||
archdi --chroot
|
||||
exit
|
||||
|
@ -996,7 +996,7 @@ archdiinstallandlaunchchroot(){
|
|||
archdilaunchchroot(){
|
||||
cd
|
||||
#curl -L archdi.sourceforge.net/archdi >archdi
|
||||
curl matmoul.github.io/archdi >archdi
|
||||
curl matmoul.github.io/archdi/ >archdi
|
||||
sh archdi --chroot
|
||||
rm archdi
|
||||
exit
|
||||
|
@ -1004,7 +1004,7 @@ archdilaunchchroot(){
|
|||
archdiinstallchroot(){
|
||||
cd
|
||||
#curl -L archdi.sourceforge.net/archdi >archdi
|
||||
curl matmoul.github.io/archdi >archdi
|
||||
curl matmoul.github.io/archdi/ >archdi
|
||||
sh archdi -i
|
||||
exit
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue