From 074c1fcb39ae5078abb00075f5cda04b9d167fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 13 Oct 2017 13:41:32 +0200 Subject: Also drop archlinux from system_install --- system_install | 8 -------- 1 file changed, 8 deletions(-) (limited to 'system_install') diff --git a/system_install b/system_install index 69dbac7..5f231a8 100755 --- a/system_install +++ b/system_install @@ -17,14 +17,6 @@ git submodule update --init || (echo "Submodule update failed!"; exit 5) ################################################################################# -if [ -e /etc/arch-release ]; then - . ./utils/arch - read -p "Check Archlinux packages? (Y/n) " - if [[ $REPLY =~ ^[Yy]?$ ]]; then - archlinux_inst - fi -fi - if ask "Laptop ACPI and pm"; then inst system/etc/acpi/handler.sh /etc/acpi/handler.sh inst system/etc/pm/sleep.d/10lock /etc/pm/sleep.d/10lock -- cgit v1.2.3