ubuntu-scripts/server-to-desktop.sh

7 lines
94 B
Bash
Raw Permalink Normal View History

2024-04-01 22:02:48 +00:00
#!/bin/bash
apt-get update
apt-get -y upgrade
apt-get -y install ubuntu-gnome-desktop
exit 0