Update
This commit is contained in:
parent
c7d525cef9
commit
5c8afbad6f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue