Add equo update task

This commit is contained in:
2019-05-11 20:06:47 +01:00
parent 9e682084c8
commit b535146112
2 changed files with 18 additions and 0 deletions

7
tasks/update.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
if [ ! -z "${PT_repo}" ]; then
/usr/bin/equo update "${PT_repo}"
else
/usr/bin/equo update
fi