Add gnome-shell extension download in upgrade script for version 1.1.5
This commit is contained in:
parent
b1670dfd48
commit
27af57d04e
|
@ -184,6 +184,9 @@ function upgrade_114_to_115() {
|
|||
sudo wget -O /etc/fonts/local.conf $fonts_config
|
||||
fc-cache -f
|
||||
|
||||
ext_source="https://gitlab.aiursoft.cn/anduin/anduinos/-/blob/1.4/src/mods/29-gnome-extension-anduinos-switcher/switcher@anduinos/extension.js?ref_type=heads"
|
||||
sudo wget -O /usr/share/gnome-shell/extensions/switcher@anduinos/extension.js $ext_source
|
||||
|
||||
apt list --installed | grep software-properties-gtk || install_spg
|
||||
|
||||
judge "Upgrade from 1.1.4 to 1.1.5 completed"
|
||||
|
|
Loading…
Reference in New Issue