build_gitea : add g++ to required dependencies and merged make to new category

This commit is contained in:
unknown 2023-01-13 23:01:50 +07:00
parent bf3c5c66d4
commit bb66ca1102
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

@ -10,7 +10,7 @@ GIT_TAG=$1
# Install Dependencies # Install Dependencies
sudo apt-get update && sudo apt-get install xz-utils wget git tar -y sudo apt-get update && sudo apt-get install xz-utils wget git tar g++ make -y
# NodeJS # NodeJS
@ -33,10 +33,6 @@ sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go$GO_VERSION.linux-amd
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/usr/local/go/bin
sudo ln -s /usr/local/go/bin /usr/bin/go sudo ln -s /usr/local/go/bin /usr/bin/go
# Make
sudo apt-get update && sudo apt-get install make -y
# Gitea # Gitea
# GIT_TAG= # GIT_TAG=