TyOS-Local-Scripts/enable_remote_services_manualmode

6 lines
No EOL
173 B
Bash

#!/usr/bin/env bash
sudo apt update
sudo apt install -y xrdp cockpit ssh
sudo systemctl disable --now xrdp xrdp-sesman cockpit.socket ssh
echo "Use automode to enable them"