aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xCHANGELOG8
-rwxr-xr-xarchfi11
2 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e1bfa1b..417c30f 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
Current Version :
-----------------
+Archdi :
+- Update URL to github,
+
+
+
+Version : 2015.06.28.20.37.40 :
+-------------------------------
+
Global :
- Add EFI computer detection.
diff --git a/archfi b/archfi
index f2bc998..081d9bd 100755
--- a/archfi
+++ b/archfi
@@ -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
}