4 lines
74 B
Bash
4 lines
74 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo apt update
|
|
sudo apt install -y xrdp cockpit ssh
|