build_gitea : add required dependencies
This commit is contained in:
parent
5d4334fdd1
commit
79d0496548
@ -6,6 +6,12 @@ cd $MAKE_DIR
|
|||||||
|
|
||||||
GIT_TAG=$1
|
GIT_TAG=$1
|
||||||
|
|
||||||
|
|
||||||
|
# Install Dependencies
|
||||||
|
|
||||||
|
sudo apt-get update && sudo apt-get install xz-utils wget git tar
|
||||||
|
|
||||||
|
|
||||||
# NodeJS
|
# NodeJS
|
||||||
|
|
||||||
VERSION=v19.4.0
|
VERSION=v19.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user