mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
fix: install.sh
This commit is contained in:
parent
0ca9df2652
commit
67db411c91
@ -24,7 +24,7 @@ if [ -f "ua3f" ]; then
|
||||
killall ua3f &> /dev/null
|
||||
fi
|
||||
|
||||
if ! command -v sudo &> /dev/null then
|
||||
if ! command -v sudo &> /dev/null; then
|
||||
opkg update &> /dev/null && opkg install sudo &> /dev/null
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user