InstaTout/gnome_install.sh
2022-03-24 02:08:16 -04:00

12 lines
431 B
Bash

# install laptop utils via tasksel
tasksel install laptop
# Copy over unstable repo stuff
cp ./files/unstable.list /etc/apt/sources.list.d/unstable.list
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-mesa0
echo "gnome installed"