Skip to content

Commit

Permalink
Add system util apps
Browse files Browse the repository at this point in the history
Add basic system utility apps to make the mininal environment easier to
use
  • Loading branch information
vamem9z-Moses committed Dec 23, 2024
1 parent af22b1b commit b13c8cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/bootstrap-debian-gnome-minimal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ echo "Get the fastest mirror"
sudo nala fetch

echo "Install base gnome environment"
sudo nala install -y gnome-shell gnome-terminal gnome-text-editor firefox-esr nautilus nautilus-extension-gnome-terminal wl-clipboard xclip ffmpegthumbnailer dconf-editor
sudo nala install -y gnome-shell tilix gnome-terminal gnome-text-editor firefox-esr nautilus nautilus-extension-gnome-terminal wl-clipboard xclip ffmpegthumbnailer

echo "Install gnome utils"
sudo nala install -y gnome-system-log gnome-system-monitor gnome-usage gnome-system-tools gnome-tweaks dconf-editor

echo "Install lightdm instead of gdm3 because of a bug with UTM on mac"
sudo nala install -y lightdm
Expand Down

0 comments on commit b13c8cb

Please sign in to comment.