Fixing issue
This commit is contained in:
parent
ec08f735a1
commit
6f4d82f974
1 changed files with 3 additions and 3 deletions
|
@ -27,11 +27,11 @@ then
|
|||
fi
|
||||
|
||||
|
||||
echo "Installing ${pkg_manager} packages"
|
||||
echo "Installing $pkg_manager packages"
|
||||
bash realpath program/package_manager/${pkg_manager}/packages.sh
|
||||
if [ -f realpath program/package_manager/${pkg_manager}/others ]
|
||||
if [ -f realpath program/package_manager/$pkg_manager/others ]
|
||||
then
|
||||
for file in $(program/package_manager/${pkg_manager}/others/*.sh)
|
||||
for file in $(program/package_manager/$pkg_manager/others/*.sh)
|
||||
do
|
||||
bash ${file}
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue