mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Solved gnome installation bug
This commit is contained in:
parent
1743a6fee0
commit
d68423ba6f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user