add nano editor to vdmed

This commit is contained in:
lukas 2021-06-22 21:20:08 +02:00
parent 2589b01ba7
commit b802c8d93b

View File

@ -145,7 +145,7 @@ localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be p
systemctl set-default graphical.target # Set the desktop environment as the default booting target with systemd systemctl set-default graphical.target # Set the desktop environment as the default booting target with systemd
dnf install -y gnome-shell gnome-terminal # Minimal GNOME shell or desktop environment dnf install -y gnome-shell gnome-terminal nano # Minimal GNOME shell or desktop environment plus the text nano editor
dnf install -y nautilus # Default File explorer for GNOME dnf install -y nautilus # Default File explorer for GNOME
dnf install -y firefox # Internet browser dnf install -y firefox # Internet browser
dnf install -y spice-vdagent # Try to install spice-vdagent after the installation is done dnf install -y spice-vdagent # Try to install spice-vdagent after the installation is done