You've already forked gitea-ubuntu-multi
ensure curl and wget are installed
This commit is contained in:
@@ -159,6 +159,11 @@ if [[ -n "$hostcheck" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#
|
||||||
|
# Ensure curl and wget are installed
|
||||||
|
#
|
||||||
|
for tool in curl wget; do dpkg -s "$tool" &>/dev/null || apt install -y -qq "$tool" ; done
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check for the latest Gitea version
|
# Check for the latest Gitea version
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user