updated scripts

This commit is contained in:
vollstock
2018-09-20 18:10:34 +02:00
parent 5a86630463
commit cc46c09adc
3 changed files with 23 additions and 6 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
#!/bin/bash
# move them to the repository
mv *.deb /assets/packages
for folder in *; do
if [ -d $folder ] && [ ${folder:0:1} != "#" ]; then
mv $folder/*.deb /assets/packages
fi
done
# update apt
/opt/tooloop/scripts/tooloop-update-packages