|
|
@ -215,7 +215,7 @@ EXTENSIONS=( |
|
|
|
for extension in "${EXTENSIONS[@]}"; do |
|
|
|
if [[ ! -d $HOME/.local/share/gnome-shell/extensions/$extension ]]; then |
|
|
|
"$HOME/.local/bin/gext" install "$extension" |
|
|
|
sudo cp "$HOME/.local/share/gnome-shell/extensions/$extension/schemas/*.gschema.xml" /usr/share/glib-2.0/schemas/ |
|
|
|
sudo cp "$HOME"/.local/share/gnome-shell/extensions/"$extension"/schemas/*.gschema.xml /usr/share/glib-2.0/schemas/ |
|
|
|
else |
|
|
|
echo "extension <${extension}> already installed!" |
|
|
|
fi |
|
|
|