mirror of
https://github.com/minoplhy/scriptbox.git
synced 2024-12-05 01:46:57 +00:00
build_gitea : forgot -y in apt-get install
This commit is contained in:
parent
d6ea01316a
commit
d069a413b5
@ -8,7 +8,7 @@ GIT_TAG=$1
|
||||
|
||||
# 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
|
||||
|
||||
@ -33,7 +33,7 @@ sudo ln -s /usr/local/go/bin /usr/bin/go
|
||||
|
||||
# Make
|
||||
|
||||
sudo apt-get update && sudo apt-get install make
|
||||
sudo apt-get update && sudo apt-get install make -y
|
||||
|
||||
# Gitea
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user