gave execution permissions to package script

This commit is contained in:
Pocco81
2022-01-12 13:08:34 -05:00
parent 3b6df66e3b
commit b9c6920bca
2 changed files with 4 additions and 3 deletions

2
scripts/package.sh Normal file → Executable file
View File

@@ -9,6 +9,8 @@ quiet=$2
./install.sh --dest ${dest} --theme all --size compact --color dark
cd "${dest}" || exit 1
for file in *; do
echo -e " + \e[0;32mPackaging ${file}\e[0m"
# zip -r ${quiet} ${file}.zip ${file}