diff options
author | Karel Kočí <cynerd@email.cz> | 2018-11-25 13:41:36 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-11-25 13:41:36 +0100 |
commit | d1774442a56e221187134d5620fa6178a8bc0698 (patch) | |
tree | 74267d36b39f2112d16ee997bbda817215392031 /system_install | |
parent | 13bb00826c7aa9fc545b9f797e5cce4120752a3f (diff) | |
download | myconfigs-d1774442a56e221187134d5620fa6178a8bc0698.tar.gz myconfigs-d1774442a56e221187134d5620fa6178a8bc0698.tar.bz2 myconfigs-d1774442a56e221187134d5620fa6178a8bc0698.zip |
Also update system install
This makes little to no sense as I am not using it but ok.
Diffstat (limited to 'system_install')
-rwxr-xr-x | system_install | 8 |
1 files 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 |