This commit is contained in:
emmett1
2017-11-21 09:19:47 +08:00
parent 51295cf740
commit b1b58c8fa7

View File

@@ -405,6 +405,8 @@ clearpkgcache() {
updports() {
checktool httpup
needroot "Updating ports"
for repo in ${PORT_REPO[@]}; do
@@ -709,7 +711,7 @@ main() {
### CHECK_UPDATE ###
if [ $CHECK_UPDATE ]; then
showupdate | column -t
showupdate
exit 0
fi