From b1c51f37fe932eb7058cbb36f92f918ac38b4173 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 02:08:16 -0400 Subject: [PATCH] fixed type --- gnome_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome_install.sh b/gnome_install.sh index 28562c1..9cfd79f 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 libglx-mesa +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-mesa0 echo "gnome installed" \ No newline at end of file