diff options
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 |