diff options
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 95fae77..e4151e7 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2452,7 +2452,7 @@ if [ "$LIVEDE" = "STUDIOWARE" ]; then fi # End LIVEDE = STUDIOWARE -if [ "$LIVEDE" = "PLASMA5" -o "$LIVEDE" = "DAW" -o "$LIVEDE" = "STUDIOWARE" ]; +if [ "$LIVEDE" = "DAW" -o "$LIVEDE" = "STUDIOWARE" ]; then # -------------------------------------------------------------------------- # @@ -2515,7 +2515,7 @@ EOT #SCALING_GOVERNOR=performance #EOT -fi # End LIVEDE = PLASMA5/DAW/STUDIOWARE +fi # End LIVEDE = DAW/STUDIOWARE # You can define the function 'custom_config()' by uncommenting it in # the configuration file 'make_slackware_live.conf'. |