aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 0 insertions, 5 deletions
diff --git a/install b/install
index 4f87bdf..6123f9a 100755
--- a/install
+++ b/install
@@ -13,11 +13,6 @@ git submodule update --init --recursive || (echo "Submodule update failed!"; exi
#################################################################################
source private/install # private files, sorry but some privacy is required.
-if [ -e /etc/arch-release ] && ask "Archlinux software"; then
- source utils/arch
- archlinux_inst
-fi
-
if ask "Install Bashrc"; then
inst bashrc ~/.bashrc
inst shellrc ~/.shellrc