From 32bfce542e7f63d61faf5e82e9b01dc983c1553d Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 02:04:09 -0400 Subject: [PATCH] hot fix cont --- gnome_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome_install.sh b/gnome_install.sh index ce1349f..28562c1 100644 --- a/gnome_install.sh +++ b/gnome_install.sh @@ -7,6 +7,6 @@ cp ./preferences /etc/apt/preferences # Install gnome apt-get update &&\ -apt -t unstable install -y gnome-session gnome-shell gnome-backgrounds gnome-applets gnome-control-center mutter gjs gnome-core gnome-tweaks libc6-i386 libgl1 libglx0 +apt -t unstable install -y gnome-session gnome-shell gnome-backgrounds gnome-applets gnome-control-center mutter gjs gnome-core gnome-tweaks libc6-i386 libgl1 libglx0 libglx-mesa -echo \ No newline at end of file +echo "gnome installed" \ No newline at end of file