Files
VPS-scripts_Ubuntu-Cockpit/Slave-installer.sh

14 lines
354 B
Bash

#################
#slave Installer#
#################
apt update && apt upgrade -y
#install Software
apt install cockpit-bridge cockpit-networkmanager cockpit-storaged cockpit-system -y
###########################
# Remember to Set the KEY #
###########################
#add master server SSHKey
sed '$ a <MasterServerKey>' /root/.ssh/authorized_keys