mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-11 20:48:17 +02:00
Added install-gitlab.ps1
This commit is contained in:
parent
b777d25888
commit
435837b1cd
12
scripts/install-gitlab.ps1
Normal file
12
scripts/install-gitlab.ps1
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
"1. Install and configure the necessary dependencies"
|
||||
& sudo apt-get update
|
||||
& sudo apt-get install -y curl openssh-server ca-certificates tzdata perl
|
||||
|
||||
|
||||
# sudo apt-get install -y postfix
|
||||
|
||||
"2. Add the GitLab package repository and install the package"
|
||||
& curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user