Update
This commit is contained in:
parent
c7d525cef9
commit
5c8afbad6f
@ -41,12 +41,12 @@ done
|
||||
fi
|
||||
|
||||
echo "Installing side packages"
|
||||
for file in $ls(programs/others/**/*.sh)
|
||||
for file in programs/others/**/*.sh
|
||||
do
|
||||
bash ${file}
|
||||
done
|
||||
echo "Installing dotfiles"
|
||||
for file in $ls(program/dotfiles/**/*.sh)
|
||||
for file in program/dotfiles/**/*.sh
|
||||
do
|
||||
bash ${file}
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user