diff options
author | Karel Kočí <cynerd@email.cz> | 2017-10-13 13:41:32 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-10-13 13:41:32 +0200 |
commit | 074c1fcb39ae5078abb00075f5cda04b9d167fdc (patch) | |
tree | 322d51a21c8d4c31385053aa522324a23d695375 | |
parent | a24065603cf94af1910a98b97ac2bf188085e065 (diff) | |
download | myconfigs-074c1fcb39ae5078abb00075f5cda04b9d167fdc.tar.gz myconfigs-074c1fcb39ae5078abb00075f5cda04b9d167fdc.tar.bz2 myconfigs-074c1fcb39ae5078abb00075f5cda04b9d167fdc.zip |
Also drop archlinux from system_install
-rwxr-xr-x | system_install | 8 |
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 |