Skip to content

Instantly share code, notes, and snippets.

@crunchywelch
Last active March 8, 2017 20:36
Show Gist options
  • Save crunchywelch/eaa29b281313e85ff466825900bcda02 to your computer and use it in GitHub Desktop.
Save crunchywelch/eaa29b281313e85ff466825900bcda02 to your computer and use it in GitHub Desktop.
some test yaml
#!/bin/bash
sudo DEBIAN_FRONTEND=noninteractive apt-get -q -y install curl openssh-server ca-certificates postfix
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo DEBIAN_FRONTEND=noninteractive apt-get -q -y install gitlab-ce
sudo gitlab-ctl reconfigure
#!/bin/bash
sudo DEBIAN_FRONTEND=noninteractive apt-get -q -y install curl openssh-server ca-certificates postfix
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo DEBIAN_FRONTEND=noninteractive apt-get -q -y install gitlab-ce
sudo gitlab-ctl reconfigure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment