aboutsummaryrefslogtreecommitdiff
path: root/system_install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-10-13 13:41:32 +0200
committerKarel Kočí <cynerd@email.cz>2017-10-13 13:41:32 +0200
commit074c1fcb39ae5078abb00075f5cda04b9d167fdc (patch)
tree322d51a21c8d4c31385053aa522324a23d695375 /system_install
parenta24065603cf94af1910a98b97ac2bf188085e065 (diff)
downloadmyconfigs-074c1fcb39ae5078abb00075f5cda04b9d167fdc.tar.gz
myconfigs-074c1fcb39ae5078abb00075f5cda04b9d167fdc.tar.bz2
myconfigs-074c1fcb39ae5078abb00075f5cda04b9d167fdc.zip
Also drop archlinux from system_install
Diffstat (limited to 'system_install')
-rwxr-xr-xsystem_install8
1 files changed, 0 insertions, 8 deletions
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