This commit is contained in:
emmett1
2018-07-25 18:03:08 +08:00
parent 7b233f470b
commit 5951bbd42a

View File

@@ -381,6 +381,7 @@ installpkg() {
echo "Package '$i' already installed."
elif [ ! $(getportpath $i) ]; then
echo "Package '$i' not found."
exit 1
else
IPKG+=($i)
fi