mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
12 lines
185 B
Bash
12 lines
185 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# move them to the repository
|
||
|
|
mv *.deb /assets/packages
|
||
|
|
|
||
|
|
# update apt
|
||
|
|
/opt/tooloop/scripts/tooloop-update-packages
|
||
|
|
|
||
|
|
#echo " "
|
||
|
|
#echo "Available packages:"
|
||
|
|
apt list tooloop*
|