Fix a typo
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
authenticate () {
|
||||
if command -v gksudo > /dev/null; then
|
||||
gksudo --description "OpenRA Installer" -- mono OpenRA.Utility.exe $@ || echo "Error: Permission denied."
|
||||
elif command -v kdesu > /dev/null; then
|
||||
elif command -v kdesudo > /dev/null; then
|
||||
kdesudo -d -- mono OpenRA.Utility.exe $@ || echo "Error: Permission denied."
|
||||
else
|
||||
# Try running without escalating
|
||||
|
||||
Reference in New Issue
Block a user