fix
This commit is contained in:
parent
75ea116137
commit
2f5f5d6a5f
1 changed files with 3 additions and 1 deletions
|
@ -363,8 +363,10 @@ if [ "${version}" != "libre" ]; then
|
||||||
aurinstall plymouth-theme-dark-arch
|
aurinstall plymouth-theme-dark-arch
|
||||||
plymouth-set-default-theme -R dark-arch
|
plymouth-set-default-theme -R dark-arch
|
||||||
aurinstall snapd
|
aurinstall snapd
|
||||||
systemctl enable --now snapd.socket
|
systemctl enable snapd
|
||||||
snap install spotify
|
snap install spotify
|
||||||
|
ln -s /var/lib/snapd/snap/bin/spotify /usr/bin/spotify
|
||||||
|
ln -s /var/lib/snapd/desktop/applications/spotify_spotify.desktop /usr/share/applications/spotify_spotify.desktop
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue