aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
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