diff options
author | MatMoul <matmoul@gmail.com> | 2015-07-19 04:50:56 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-07-19 04:50:56 +0200 |
commit | 3f411c1df892457c8cba12629b9cd12245492e64 (patch) | |
tree | 0caed1eeda9844d7add97203d5d4a872144944fd | |
parent | f9a1d3e701d56524483abd305816b1e11abbc866 (diff) | |
download | hyperfi-3f411c1df892457c8cba12629b9cd12245492e64.tar.lz hyperfi-3f411c1df892457c8cba12629b9cd12245492e64.tar.xz hyperfi-3f411c1df892457c8cba12629b9cd12245492e64.zip |
Update archdi URL
-rwxr-xr-x | CHANGELOG | 8 | ||||
-rwxr-xr-x | archfi | 11 |
2 files changed, 15 insertions, 4 deletions
@@ -1,6 +1,14 @@ Current Version : ----------------- +Archdi : +- Update URL to github, + + + +Version : 2015.06.28.20.37.40 : +------------------------------- + Global : - Add EFI computer detection. @@ -9,7 +9,7 @@ # 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 @@ -987,21 +987,24 @@ installarchdi(){ } archdiinstallandlaunchchroot(){ cd - curl -L archdi.sourceforge.net/archdi >archdi + #curl -L archdi.sourceforge.net/archdi >archdi + curl matmoul.github.io/archdi >archdi sh archdi -i archdi --chroot exit } archdilaunchchroot(){ cd - curl -L archdi.sourceforge.net/archdi >archdi + #curl -L archdi.sourceforge.net/archdi >archdi + curl matmoul.github.io/archdi >archdi sh archdi --chroot rm archdi exit } archdiinstallchroot(){ cd - curl -L archdi.sourceforge.net/archdi >archdi + #curl -L archdi.sourceforge.net/archdi >archdi + curl matmoul.github.io/archdi >archdi sh archdi -i exit } |