We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38d8cc commit a2bcfa1Copy full SHA for a2bcfa1
install/v4/ubuntu_server_1204.sh
@@ -39,7 +39,7 @@ sudo apt-get install -y wget curl build-essential checkinstall libxml2-dev libxs
39
# Python
40
41
# Install Python
42
-sudo apt-get install python
+sudo apt-get install -y python
43
44
# Make sure that Python is 2.x (3.x is not supported at the moment)
45
python --version
@@ -171,7 +171,7 @@ sudo update-rc.d gitlab defaults 21
171
#==
172
#== 7. Nginx
173
174
-sudo apt-get install nginx
+sudo apt-get install -y nginx
175
sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/master/nginx/gitlab -P /etc/nginx/sites-available/
176
sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab
177
0 commit comments