fixed spacing on command

This commit is contained in:
Roy 2024-03-14 10:51:24 -07:00 committed by GitHub
parent 2a6dac77af
commit a9e4fa19c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,9 +58,9 @@ for arg in "${args[@]}"; do
if [ "$arg" = "DeckyPlugin" ]; then if [ "$arg" = "DeckyPlugin" ]; then
deckyplugin=true deckyplugin=true
break break
if [ "$arg" = "Chrome" ]; then if [ "$arg" = "Chrome" ]; then
installchrome=true installchrome=true
break break
fi fi
done done