1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-21 10:47:01 +01:00
PowerShell/scripts/install-gitlab.ps1

13 lines
352 B
PowerShell
Raw Normal View History

2024-10-15 13:13:46 +02:00
"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