mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 13:12:01 +00:00
Fixed root check
This commit is contained in:
Vendored
+1
-4
@@ -1,9 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ "$(whoami)" != "root" ]; then
|
[ "$UID" -eq 0 ] || exec sudo "$0" "$@"
|
||||||
su -c "$0 $*"
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Installing Steam Deck Plugin Loader release..."
|
echo "Installing Steam Deck Plugin Loader release..."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user