aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-05-19 22:43:55 +0200
committerKarel Kočí <cynerd@email.cz>2017-05-19 22:43:55 +0200
commitf545b3cd194f95e3c1fd1585a38380470525557e (patch)
treeead4a4fac81d90ff25645fd9431378003c857555
parent5a5342907e760e6ee362d8ce35719646551d0333 (diff)
downloadmyconfigs-f545b3cd194f95e3c1fd1585a38380470525557e.tar.gz
myconfigs-f545b3cd194f95e3c1fd1585a38380470525557e.tar.bz2
myconfigs-f545b3cd194f95e3c1fd1585a38380470525557e.zip
Return of the archlinux software
-rwxr-xr-xinstall5
1 files changed, 5 insertions, 0 deletions
diff --git a/install b/install
index 3e2988e..67d8d9e 100755
--- a/install
+++ b/install
@@ -13,6 +13,11 @@ git submodule update --init --recursive || (echo "Submodule update failed!"; exi
#################################################################################
source private/install # private files, sorry but some privacy is required.
+if [ -e /etc/arch-release ] && ask "Archlinux software"; then
+ source private/arch
+ archlinux_inst
+fi
+
if ask "Install Bashrc"; then
inst bashrc ~/.bashrc
inst shellrc ~/.shellrc