Skip to content

Commit 990b7a8

Browse files
committed
add apt-get update
1 parent 12f9313 commit 990b7a8

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
@@ -14,9 +14,8 @@
1414
# Is should be run as root or sudo user w/o password.
1515
#
1616
# USAGE
17-
# 1. sudo apt-get update
1817
# !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
2019
#
2120

2221

@@ -35,6 +34,7 @@ fi
3534
#==
3635
#== 1. Packages
3736
#==
37+
sudo apt-get update
3838
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
3939

4040

0 commit comments

Comments
 (0)