From a24065603cf94af1910a98b97ac2bf188085e065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 13 Oct 2017 13:39:32 +0200 Subject: Drop archlinux (I am on gentoo now oh yeh) --- install | 5 ----- 1 file changed, 5 deletions(-) (limited to 'install') 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 -- cgit v1.2.3