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