Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
echo ==INSTALLING DEPENDENCIES==
########################################
## INSTALL DEPENDENCIES AND CODE-SERVER
########################################
yum install -y http://mirror.centos.org/centos/7/os/x86_64/Packages/libsecret-0.18.6-1.el7.x86_64.rpm
echo ==INSTALLING CODE-SERVER==
yum install -y https://github.com/coder/code-server/releases/download/v4.4.0/code-server-4.4.0-amd64.rpm