diff options
author | MatMoul <matmoul@gmail.com> | 2015-07-19 05:33:15 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-07-19 05:33:15 +0200 |
commit | 07d83e64ed04ec68b310d06a2f7fe24ee825201b (patch) | |
tree | 54b7ef02a1089e92cb74e2b234531e668a32c2e3 | |
parent | 3f411c1df892457c8cba12629b9cd12245492e64 (diff) | |
download | hyperfi-07d83e64ed04ec68b310d06a2f7fe24ee825201b.tar.lz hyperfi-07d83e64ed04ec68b310d06a2f7fe24ee825201b.tar.xz hyperfi-07d83e64ed04ec68b310d06a2f7fe24ee825201b.zip |
include archdi on github
-rwxr-xr-x | archfi | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 } |