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