aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-10-22 22:18:02 +0200
committerKarel Kočí <cynerd@email.cz>2017-10-22 22:18:02 +0200
commitb5d63999c82eb89c0bd671c2ae04b936b6ec714d (patch)
tree4f5a11ea1f35393a95d918f5f5812414e47353ab /install
parent97ccd8d036996684d1ba6acf56bda61c7e184090 (diff)
parent8cf55e56aeb59c076c26e3bd4636bbf82bb1eeb5 (diff)
downloadmyconfigs-b5d63999c82eb89c0bd671c2ae04b936b6ec714d.tar.gz
myconfigs-b5d63999c82eb89c0bd671c2ae04b936b6ec714d.tar.bz2
myconfigs-b5d63999c82eb89c0bd671c2ae04b936b6ec714d.zip
Merge branch 'master' into server
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 0 insertions, 4 deletions
diff --git a/install b/install
index 9d1264a..9facf81 100755
--- a/install
+++ b/install
@@ -11,10 +11,6 @@ git submodule update --init --recursive || (echo "Submodule update failed!"; exi
[ "$1" = "-f" ] && FORCE=true || FORCE=false
#################################################################################
-if [ -e /etc/arch-release ] && ask "Archlinux software"; then
- source utils/arch
- archlinux_inst
-fi
if ask "Install Bashrc"; then
inst bashrc ~/.bashrc