🗃️ Committing everything that changed 🗃️

rootfs/usr/local/bin/pkmgr
This commit is contained in:
casjay 2024-12-28 19:28:11 -05:00
parent 1e453ac4f0
commit f819d412b5
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -110,7 +110,7 @@ install)
for pkg in $install_list; do for pkg in $install_list; do
echo "installing packages command: $pkmgr_install_cmd $pkg" echo "installing packages command: $pkmgr_install_cmd $pkg"
$pkmgr_install_cmd $pkg $pkmgr_install_cmd $pkg
[ -n "$pkmgr_install_post" ] && eval $pkmgr_install_post if [ -n "$pkmgr_install_post" ]; then eval $pkmgr_install_post; fi
done done
exit exit
;; ;;