aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall6
1 files changed, 6 insertions, 0 deletions
diff --git a/install b/install
index a9d990e..aac1b43 100755
--- a/install
+++ b/install
@@ -6,11 +6,17 @@ git submodule update --init || (echo "Submodule update failed! Use --ignore-sub
# Source inst and diff function
source utils/inst
+source utils/arch
# TODO if on archlinux install pkgstats and other packages we would need for every feature
#################################################################################
source private/install # private files, sorry but some privacy is required.
+read -p "Chek Archlinux system? (Y/n) "
+if [[ $REPLY =~ ^[Yy]?$ ]]; then
+ archlinux_inst
+fi
+
read -p "Install Bashrc? (Y/n) "
if [[ $REPLY =~ ^[Yy]?$ ]]; then
inst bashrc ~/.bashrc