ubuntu-scripts/server-to-desktop.sh

7 lines
94 B
Bash

#!/bin/bash
apt-get update
apt-get -y upgrade
apt-get -y install ubuntu-gnome-desktop
exit 0