From 81836945a63f726033fb6550755e2c9dbf1a1f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 3 Apr 2017 20:42:16 +0200 Subject: Add system_install --- install | 8 -------- 1 file changed, 8 deletions(-) (limited to 'install') diff --git a/install b/install index 786a1ba..13a2469 100755 --- a/install +++ b/install @@ -10,14 +10,6 @@ git submodule update --init || (echo "Submodule update failed!"; exit 5) ################################################################################# source private/install # private files, sorry but some privacy is required. -if [ -e /etc/arch-release ]; then - . ./utils/arch - read -p "Check Archlinux packages? (Y/n) " - if [[ $REPLY =~ ^[Yy]?$ ]]; then - archlinux_inst - fi -fi - read -p "Install Bashrc? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst bashrc ~/.bashrc -- cgit v1.2.3