output more information

This commit is contained in:
example 2017-03-30 22:19:24 +06:00
parent f823088c92
commit 0911748f82
1 changed files with 2 additions and 0 deletions

View File

@ -31,9 +31,11 @@ which pkg && { export pkgmgr='pkg' ; export pkgmgr_install=$pkgmgr' --yes instal
if [ ! -z "$pkgmgr" ]; then
#upgrade the packages
echo "Info: $pkgmgr_upgrade_all"
$pkgmgr_upgrade_all
#install git
echo "Info: $pkgmgr_install git"
$pkgmgr_install git
else
echo "Warning: Unsupported package manager"