build_gitea : forgot -y in apt-get install

This commit is contained in:
unknown 2023-01-13 22:51:23 +07:00
parent d6ea01316a
commit d069a413b5
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

@ -8,7 +8,7 @@ GIT_TAG=$1
# Install Dependencies # Install Dependencies
sudo apt-get update && sudo apt-get install xz-utils wget git tar sudo apt-get update && sudo apt-get install xz-utils wget git tar -y
# NodeJS # NodeJS
@ -33,7 +33,7 @@ sudo ln -s /usr/local/go/bin /usr/bin/go
# Make # Make
sudo apt-get update && sudo apt-get install make sudo apt-get update && sudo apt-get install make -y
# Gitea # Gitea