You've already forked gitea-ubuntu
ensure curl and wget are installed
This commit is contained in:
@@ -125,6 +125,11 @@ if [[ "$dbpass" =~ [[:space:]] ]]; then
|
||||
exit 1
|
||||
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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user