aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-03 20:42:16 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-03 20:42:16 +0200
commit81836945a63f726033fb6550755e2c9dbf1a1f83 (patch)
tree4202b3b9fdfaf7013660302750b461c3570e2e81 /install
parent151158101618f9392af1e65c4012c90dda3b437f (diff)
downloadmyconfigs-81836945a63f726033fb6550755e2c9dbf1a1f83.tar.gz
myconfigs-81836945a63f726033fb6550755e2c9dbf1a1f83.tar.bz2
myconfigs-81836945a63f726033fb6550755e2c9dbf1a1f83.zip
Add system_install
Diffstat (limited to 'install')
-rwxr-xr-xinstall8
1 files changed, 0 insertions, 8 deletions
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