Add equo update task
This commit is contained in:
7
tasks/update.sh
Normal file
7
tasks/update.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -z "${PT_repo}" ]; then
|
||||
/usr/bin/equo update "${PT_repo}"
|
||||
else
|
||||
/usr/bin/equo update
|
||||
fi
|
||||
Reference in New Issue
Block a user