mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 12:31:38 +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
|
||||||
@@ -13,9 +16,4 @@ done
|
|||||||
# update local package repository
|
# update local package repository
|
||||||
/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