File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
# Is should be run as root or sudo user w/o password.
15
15
#
16
16
# USAGE
17
- # 1. sudo apt-get update
18
17
# !IMPORTANT run as root or sudo without prompting password cause script ignore any input.
19
- # 2. curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/v4/ubuntu_server_1204.sh | sudo domain_var=gitlab.example.com sh
18
+ # curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/v4/ubuntu_server_1204.sh | sudo domain_var=gitlab.example.com sh
20
19
#
21
20
22
21
35
34
# ==
36
35
# == 1. Packages
37
36
# ==
37
+ sudo apt-get update
38
38
sudo apt-get install -y wget curl build-essential checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libreadline6-dev libc6-dev libssl-dev zlib1g-dev libicu-dev redis-server openssh-server git-core libyaml-dev
39
39
40
40
You can’t perform that action at this time.
0 commit comments