This repository has been archived on 2023-05-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
VPS-CockpitSetup/Slave-installer.sh
Bram Prieshof 519ad34414 Added Slave-installer.sh
Vergeet niet de Master Public key toe te voegen
2018-09-20 10:31:23 +00:00

14 lines
372 B
Bash

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