cleaned up file naming

added intel driver
This commit is contained in:
vollstock
2019-05-23 12:53:57 +00:00
parent a6d69416a9
commit 01039a265c
6 changed files with 28 additions and 3 deletions
Executable
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
# move them to the repository
for folder in *; do
if [ -d $folder ] && [ ${folder:0:1} != "#" ]; then
mv $folder/*.deb /assets/packages
fi
done
# update local package repository
/opt/tooloop/scripts/tooloop-update-packages
# list available packages
apt list tooloop*