aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-05-19 23:17:34 +0200
committerKarel Kočí <cynerd@email.cz>2017-05-19 23:17:34 +0200
commit512ca2308d4a93fb6c29fb0828f5071e6bbb4301 (patch)
tree4ebf6e4fcf211450db0388dfed77ef1556765bac /install
parentd43f2b6bb8338f027857ee5c10014af47bd217b1 (diff)
parentd94f147b2b85f2e0265096c43ae6128293f37a0b (diff)
downloadmyconfigs-512ca2308d4a93fb6c29fb0828f5071e6bbb4301.tar.gz
myconfigs-512ca2308d4a93fb6c29fb0828f5071e6bbb4301.tar.bz2
myconfigs-512ca2308d4a93fb6c29fb0828f5071e6bbb4301.zip
Merge branch 'master' into server
Diffstat (limited to 'install')
-rwxr-xr-xinstall6
1 files changed, 5 insertions, 1 deletions
diff --git a/install b/install
index 26b5c55..2408039 100755
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
cd `dirname $0`
-git submodule update --init || (echo "Submodule update failed!"; exit 5)
+git submodule update --init --recursive || (echo "Submodule update failed!"; exit 5)
# Source inst and diff function
. ./utils/inst
@@ -11,6 +11,10 @@ git submodule update --init || (echo "Submodule update failed!"; exit 5)
[ "$1" = "-f" ] && FORCE=true || FORCE=false
#################################################################################
+if [ -e /etc/arch-release ] && ask "Archlinux software"; then
+ source private/arch
+ archlinux_inst
+fi
if ask "Install Bashrc"; then
inst bashrc ~/.bashrc