From d1774442a56e221187134d5620fa6178a8bc0698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 25 Nov 2018 13:41:36 +0100 Subject: Also update system install This makes little to no sense as I am not using it but ok. --- system_install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system_install b/system_install index 223355e..c493de8 100755 --- a/system_install +++ b/system_install @@ -17,19 +17,19 @@ git submodule update --init || (echo "Submodule update failed!"; exit 5) ################################################################################# -if ask "System PATH profile"; then +if ask "sys-path" "System PATH profile"; then inst system/etc/profile.d/path.sh /etc/profile.d/path.sh fi -if ask "X11 configuration"; then +if ask "sys-x11" "X11 configuration"; then inst system/etc/X11/ /etc/X11/ fi -if ask "System-wide PulseAudio configuration"; then +if ask "sys-pulse" "System-wide PulseAudio configuration"; then inst system/etc/pulse/ /etc/pulse/ fi -if ask "Wpa supplicant"; then +if ask "sys-wpa" "Wpa supplicant"; then # TODO true fi -- cgit v1.2.3