Skip to content

Commit a2bcfa1

Browse files
committed
added missing -y for ubuntu script
1 parent a38d8cc commit a2bcfa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/v4/ubuntu_server_1204.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sudo apt-get install -y wget curl build-essential checkinstall libxml2-dev libxs
3939
# Python
4040

4141
# Install Python
42-
sudo apt-get install python
42+
sudo apt-get install -y python
4343

4444
# Make sure that Python is 2.x (3.x is not supported at the moment)
4545
python --version
@@ -171,7 +171,7 @@ sudo update-rc.d gitlab defaults 21
171171
#==
172172
#== 7. Nginx
173173
#==
174-
sudo apt-get install nginx
174+
sudo apt-get install -y nginx
175175
sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/master/nginx/gitlab -P /etc/nginx/sites-available/
176176
sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab
177177

0 commit comments

Comments
 (0)