Skip to content

Commit

Permalink
gnome_install_extensions.sh: packages_install.sh: try fixing gext not…
Browse files Browse the repository at this point in the history
… found 2
  • Loading branch information
jan-revay authored Dec 15, 2024
1 parent 8d9b7a9 commit 38c3f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CommonInitScripts/gnome_install_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ function install_gnome_extension
local EXTENSION_ID="$1"

if [ "${NONINTERACTIVE}" == 'true' ]; then
gext --filesystem install "${EXTENSION_ID}"
gnome-extensions-cli --filesystem install "${EXTENSION_ID}"
else
gext install "${EXTENSION_ID}"
gnome-extensions-cli install "${EXTENSION_ID}"
fi

#
Expand Down

0 comments on commit 38c3f60

Please sign in to comment.