Skip to content

Commit

Permalink
gnome_install_extensions.sh: Add -y to apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 24, 2024
1 parent a388241 commit c03bb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonInitScripts/gnome_install_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

. ../prelude.sh

sudo apt-get install gir1.2-gtop-2.0 pipx # needed by some performance monitoring extensions
sudo apt-get install -y gir1.2-gtop-2.0 pipx # needed by some performance monitoring extensions
pipx install gnome-extensions-cli --system-site-packages

# TODO Another session manager extension can probably replace putwindows and
Expand Down

0 comments on commit c03bb94

Please sign in to comment.