add pkg update command

This commit is contained in:
Abhishek Kondur 2022-07-08 12:53:21 +04:00
parent ae11f2c7a2
commit dac5dd9cb9

View file

@ -51,6 +51,8 @@ if [ -z "${install_cmd}" ]; then
exit 1
fi
${update_cmd}
set -- $dependencies
while [ -n "$1" ]; do
echo $1