mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
install: upgrade to gitlab-shell-1.8.0
This commit is contained in:
parent
bad37ccd83
commit
d41077e761
@ -8,7 +8,7 @@ adduser --disabled-login --gecos 'GitLab' git
|
||||
|
||||
# install gitlab-shell
|
||||
sudo -u git -H mkdir -p /home/git/gitlab-shell
|
||||
wget "https://github.com/gitlabhq/gitlab-shell/archive/v1.7.9.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab-shell/
|
||||
wget "https://github.com/gitlabhq/gitlab-shell/archive/v1.8.0.tar.gz" -O - | tar -zvxf - --strip=1 -C /home/git/gitlab-shell/
|
||||
chown -R git:git /home/git/gitlab-shell/
|
||||
|
||||
cd /home/git/gitlab-shell
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user