From f545b3cd194f95e3c1fd1585a38380470525557e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 19 May 2017 22:43:55 +0200 Subject: Return of the archlinux software --- install | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install') 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 -- cgit v1.2.3