Update
This commit is contained in:
parent
6f4d82f974
commit
6523c554cf
@ -23,12 +23,12 @@ fi
|
|||||||
|
|
||||||
if [ "$machine" = "Linux" ]
|
if [ "$machine" = "Linux" ]
|
||||||
then
|
then
|
||||||
pkg_manager = 'apt'
|
pkg_manager = "apt"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo "Installing $pkg_manager packages"
|
echo "Installing $pkg_manager packages"
|
||||||
bash realpath program/package_manager/${pkg_manager}/packages.sh
|
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
|
then
|
||||||
for file in $(program/package_manager/$pkg_manager/others/*.sh)
|
for file in $(program/package_manager/$pkg_manager/others/*.sh)
|
||||||
|
Loading…
Reference in New Issue
Block a user