From c1447ad9e7cffb328584a9406edceb366d026737 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 21:05:52 -0400 Subject: [PATCH] added dependency for power profiles --- gnome_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome_install.sh b/gnome_install.sh index 4763e44..8f70e74 100644 --- a/gnome_install.sh +++ b/gnome_install.sh @@ -4,7 +4,7 @@ cp ./files/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-mesa0 +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 power-profiles-daemon gsettings set org.gnome.shell.overrides workspaces-only-on-primary false