Solved gnome installation bug

This commit is contained in:
Kevin Veen-Birkenbach 2020-05-19 14:26:28 +02:00
parent 1743a6fee0
commit d68423ba6f

View File

@ -159,7 +159,7 @@ install_gnome_extension(){
if [ "$DESKTOP_SESSION" == "gnome" ]; then
info "Synchronizing gnome tools..." &&
sudo pacman -S --needed "$(get_packages "client/pacman/gnome")" || error "Syncronisation failed."
sudo pacman -S $(get_packages "client/pacman/gnome") || error "Syncronisation failed."
info "Setting up gnome dash favourites..." &&
gsettings set org.gnome.shell favorite-apps "['org.gnome.Nautilus.desktop',
'org.gnome.Terminal.desktop',