8 lines
92 B
Bash
8 lines
92 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
source ../.util.sh
|
||
|
|
||
|
update_github_tag go-gitea/gitea
|
||
|
|
||
|
[ $? -eq 0 ] && update_pkg
|