build_gitea : add g++ to required dependencies and merged make
to new category
This commit is contained in:
parent
bf3c5c66d4
commit
bb66ca1102
@ -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=
|
||||||
|
Loading…
Reference in New Issue
Block a user