mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
fix output error in package deploy script
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
echo "-------------------------------------------------------------------------"
|
||||||
|
echo "Copying packages to local repository"
|
||||||
|
echo ""
|
||||||
|
|
||||||
# move them to the repository
|
# move them to the repository
|
||||||
for archive in *; do
|
for archive in *; do
|
||||||
@@ -14,8 +17,3 @@ done
|
|||||||
/opt/tooloop/scripts/tooloop-update-packages
|
/opt/tooloop/scripts/tooloop-update-packages
|
||||||
|
|
||||||
sudo systemctl restart tooloop-control.service
|
sudo systemctl restart tooloop-control.service
|
||||||
|
|
||||||
# list available packages
|
|
||||||
#apt list tooloop*
|
|
||||||
|
|
||||||
tree /assets/packages/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user