Browse Source

CentOS code

master
Jeffery Mendis 8 months ago
parent
commit
8bb1540373
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      linux/centos/cihsr/linux_setup.sh

+ 4
- 0
linux/centos/cihsr/linux_setup.sh View File

# find /path/to/your/directory -type d -exec rm -r {} + # find /path/to/your/directory -type d -exec rm -r {} +
# find . -type d -exec rm -r {} + # find . -type d -exec rm -r {} +


# sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
# sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'


#STORE GIT CREDENTIALS IN CACHE #STORE GIT CREDENTIALS IN CACHE
sudo yum install git sudo yum install git
# git config --global --unset credential.helper # git config --global --unset credential.helper

Loading…
Cancel
Save