build_gitea : add required dependencies

This commit is contained in:
unknown 2023-01-13 22:48:37 +07:00
parent 5d4334fdd1
commit 79d0496548
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

@ -6,6 +6,12 @@ cd $MAKE_DIR
GIT_TAG=$1
# Install Dependencies
sudo apt-get update && sudo apt-get install xz-utils wget git tar
# NodeJS
VERSION=v19.4.0