mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 08:44:29 +00:00
fix: install.sh
This commit is contained in:
parent
5965b9d7a8
commit
719e0e99e0
@ -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