removing audacity and adding jellyfin music player
This commit is contained in:
parent
0c65254f63
commit
631103157d
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Link some stuff to /usr/local/bin for ease of access with menus
|
||||
if [ "$EUID" -ne 0 ]; then echo "Please run as root"; exit; fi
|
||||
ln -s $(pwd)/apsalar/audacious /usr/local/bin/audacious
|
||||
ln -s $(pwd)/apsalar/global/jellyfinmediaplayer /usr/local/bin/jellyfinmediaplayer
|
||||
ln -s $(pwd)/apsalar/spotify /usr/local/bin/spotify
|
||||
|
||||
|
|
Loading…
Reference in New Issue