From 614d5abb2715c75102e49737c711f7adda1f94e1 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 30 Aug 2015 20:54:57 +0200 Subject: [PATCH 1/4] Update README --- README.md | 16 +++++++++++----- README.txt | 31 ++++++++++++++++++++----------- 2 files changed, 31 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 49fb1bc..1457808 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,25 @@ # archdi -Just a simple bash script to install and configure a full personal computer with Arch Linux. +Just a simple bash script wizard to install and configure a full personal computer with Arch Linux. First, install Arch Linux with the official média and optionally with archfi.
Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi -After reboot, type the next two lines : - +After reboot, and your network ready, download the script :
+curl -L archdi.sourceforge.net/archdi
+or if sourceforge is down :
curl -L matmoul.github.io/archdi
+ +And run the script :
sh archdi -you can install it on your system with
+Or you can install it on your system with
sh archdi -i
And then you can use archdi cmd.
-With this, you can make your updates or install packages later. +With this, you can make your updates or install your packages later. You can watch my videos to show how to use it :
https://www.youtube.com/watch?v=-Ne4pYDqslc&list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq + +This package is only a launcher for archdi-pkg.
+If you want ask for new feature, open an issuer on https://github.com/MatMoul/archdi-pkg diff --git a/README.txt b/README.txt index 0388650..2c16880 100644 --- a/README.txt +++ b/README.txt @@ -1,16 +1,25 @@ -Download the script : ---------------------- -curl -L archdi.sourceforge.net/archdi > archdi +# archdi + +Just a simple bash script wizard to install and configure a full personal computer with Arch Linux. + +First, install Arch Linux with the official média and optionally with archfi. +Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi + +After reboot, and your network ready, download the script : +curl -L archdi.sourceforge.net/archdi or if sourceforge is down : -curl -L matmoul.github.io/archdi > archdi +curl -L matmoul.github.io/archdi - -run the script : ----------------- +And run the script : sh archdi - -install and run the script : ----------------------------- +Or you can install it on your system with sh archdi -i -archdi +And then you can use archdi cmd. +With this, you can make your updates or install your packages later. + +You can watch my videos to show how to use it : +https://www.youtube.com/watch?v=-Ne4pYDqslc&list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq + +This package is only a launcher for archdi-pkg. +If you want ask for new feature, open an issuer on https://github.com/MatMoul/archdi-pkg From 27e6d0a5bfe7cf06e98d04be3532cf3faca27f9a Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 30 Aug 2015 20:58:01 +0200 Subject: [PATCH 2/4] Update README --- README.md | 6 +++--- README.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1457808..4701e1f 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ Just a simple bash script wizard to install and configure a full personal computer with Arch Linux. -First, install Arch Linux with the official média and optionally with archfi.
+First, install Arch Linux with the official media and optionally with archfi.
Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi -After reboot, and your network ready, download the script :
+After reboot and your network ready, download the script :
curl -L archdi.sourceforge.net/archdi
or if sourceforge is down :
curl -L matmoul.github.io/archdi
@@ -22,4 +22,4 @@ You can watch my videos to show how to use it :
https://www.youtube.com/watch?v=-Ne4pYDqslc&list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq This package is only a launcher for archdi-pkg.
-If you want ask for new feature, open an issuer on https://github.com/MatMoul/archdi-pkg +If you want ask for new features, open an issuer on https://github.com/MatMoul/archdi-pkg diff --git a/README.txt b/README.txt index 2c16880..85a3091 100644 --- a/README.txt +++ b/README.txt @@ -2,10 +2,10 @@ Just a simple bash script wizard to install and configure a full personal computer with Arch Linux. -First, install Arch Linux with the official média and optionally with archfi. +First, install Arch Linux with the official media and optionally with archfi. Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi -After reboot, and your network ready, download the script : +After reboot and your network ready, download the script : curl -L archdi.sourceforge.net/archdi or if sourceforge is down : curl -L matmoul.github.io/archdi @@ -22,4 +22,4 @@ You can watch my videos to show how to use it : https://www.youtube.com/watch?v=-Ne4pYDqslc&list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq This package is only a launcher for archdi-pkg. -If you want ask for new feature, open an issuer on https://github.com/MatMoul/archdi-pkg +If you want ask for new features, open an issuer on https://github.com/MatMoul/archdi-pkg From e43881ed072cbc9167632323634c40c7e0d1d653 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 30 Aug 2015 21:02:28 +0200 Subject: [PATCH 3/4] Remove .gitignore --- .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e69de29..0000000 From 5757be9525d9982a6cf1181102a2f0499cff258e Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 30 Aug 2015 21:11:50 +0200 Subject: [PATCH 4/4] New Release : 2015.08.30.21.11.37 --- archdi | 6 +++--- version | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archdi b/archdi index ce2db4f..b5c533f 100644 --- a/archdi +++ b/archdi @@ -12,8 +12,8 @@ -apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.08.29.23.44.51 (GPLv3)" -version="2015.08.29.23.44.51" +apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.08.30.21.11.37 (GPLv3)" +version="2015.08.30.21.11.37" cachedir=~/.cache/archdi lastverurl1=http://archdi.sourceforge.net/version @@ -139,7 +139,7 @@ while (( "$#" )); do liburl1=https://raw.githubusercontent.com/MatMoul/archdi-pkg/$1/lib liburl2=https://raw.githubusercontent.com/MatMoul/archdi-pkg/$1/lib branchoption="$1" -apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.08.29.23.44.51 (GPLv3)" +apptitle="Arch Linux Desktop Install (archdi) - Version: 2015.08.30.21.11.37 (GPLv3)" ;; esac shift diff --git a/version b/version index 04f455a..f07a842 100644 --- a/version +++ b/version @@ -1 +1 @@ -2015.08.29.23.44.51 +2015.08.30.21.11.37