Remove unused dependencies.
This commit is contained in:
parent
bf4b7c3417
commit
3dc260c5c6
@ -3,7 +3,6 @@ if [ "$EUID" -ne 0 ]; then
|
|||||||
echo You need to run this script as root.
|
echo You need to run this script as root.
|
||||||
else
|
else
|
||||||
need=""
|
need=""
|
||||||
command -v plutil >/dev/null 2>&1 || need+="com.bingner.plutil "
|
|
||||||
command -v curl >/dev/null 2>&1 || need+="curl "
|
command -v curl >/dev/null 2>&1 || need+="curl "
|
||||||
command -v wget >/dev/null 2>&1 || need+="wget "
|
command -v wget >/dev/null 2>&1 || need+="wget "
|
||||||
clear
|
clear
|
||||||
|
Reference in New Issue
Block a user