Simplify command

This commit is contained in:
Manuel Thalmann 2023-04-04 03:01:05 +02:00
parent f09eb44cda
commit 5b0724ca41

View file

@ -7,12 +7,14 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../Software/minegrub-theme/install.sh"; . "../Software/minegrub-theme/install.sh";
# Gnome Extensions # Gnome Extensions
yay --noconfirm -Syu gnome-shell-extension-order-icons-git; yay --noconfirm -Syu \
yay --noconfirm -Syu gnome-shell-extension-desktop-icons-ng; gnome-shell-extension-order-icons-git \
yay --noconfirm -Syu gnome-shell-extension-dash-to-dock; gnome-shell-extension-desktop-icons-ng \
yay --noconfirm -Syu gnome-shell-extension-pop-shell-git; gnome-shell-extension-dash-to-dock \
yay --noconfirm -Syu gnome-shell-extension-order-icons-git; gnome-shell-extension-pop-shell-git \
yay --noconfirm -Syu gnome-shell-extension-pano-git; gnome-shell-extension-order-icons-git \
gnome-shell-extension-pano-git;
. "../Config/GnomeExtensions/install.sh"; . "../Config/GnomeExtensions/install.sh";
popd > /dev/null; popd > /dev/null;