Created
December 5, 2021 15:14
-
-
Save LinauxTerminology/df0a2572eb77beb4a7e4de5b311f77ea to your computer and use it in GitHub Desktop.
I Will Do Gitlab setup Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need Gitlab Setup contact with me: | |
Email: [email protected] | |
Skype: https://join.skype.com/ | |
Telegram:https://t.me/LinauxTerminology | |
WhatsApp: +8801408694088 | |
Imo: +8801408694088 | |
sudo apt update && sudo apt-get upgrade --fix-missing | |
sudo apt -y install build-essential checkinstall | |
sudo apt -y install ubuntu-restricted-extras | |
sudo apt -y install software-properties-common | |
sudo apt update | |
sudo add-apt-repository ppa:git-core/ppa | |
sudo apt update | |
sudo apt -y install git | |
sudo git config --global user.name "urmi" | |
sudo git config --global user.email "[email protected]" | |
sudo apt list --upgradable | |
sudo apt upgrade -y | |
sudo apt -f install | |
sudo apt -y autoremove | |
sudo apt -y autoclean | |
sudo apt -y clean | |
sudo apt update | |
sudo reboot | |
sudo apt update && sudo apt upgrade | |
sudo apt install -y vim curl ca-certificates apt-transport-https | |
sudo apt install gitlab-ce |
Author
LinauxTerminology
commented
Dec 5, 2021
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment