Fixing bug
This commit is contained in:
parent
2957e35a69
commit
bc3717450c
@ -32,7 +32,7 @@ fi
|
||||
|
||||
echo "Installing ${pkg_manager} packages"
|
||||
bash programs/package_manager/${pkg_manager}/packages.sh
|
||||
if [ -f programs/package_manager/${pkg_manager}/others ]
|
||||
if [ -d programs/package_manager/${pkg_manager}/others ]
|
||||
then
|
||||
for file in programs/package_manager/${pkg_manager}/others/*.sh
|
||||
do
|
||||
@ -46,7 +46,7 @@ do
|
||||
bash ${file}
|
||||
done
|
||||
echo "Installing dotfiles"
|
||||
for file in programs/dotfiles/**/*.sh
|
||||
for file in programs/dotfiles/*.sh
|
||||
do
|
||||
bash ${file}
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user