diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-03 20:42:16 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-03 20:42:16 +0200 |
commit | 81836945a63f726033fb6550755e2c9dbf1a1f83 (patch) | |
tree | 4202b3b9fdfaf7013660302750b461c3570e2e81 /install | |
parent | 151158101618f9392af1e65c4012c90dda3b437f (diff) | |
download | myconfigs-81836945a63f726033fb6550755e2c9dbf1a1f83.tar.gz myconfigs-81836945a63f726033fb6550755e2c9dbf1a1f83.tar.bz2 myconfigs-81836945a63f726033fb6550755e2c9dbf1a1f83.zip |
Add system_install
Diffstat (limited to 'install')
-rwxr-xr-x | install | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |