forked from axiom-team/astrXbian
Shortcut ~/Bureau/astroport.desktop
parent
cb7b19a337
commit
4f569d6acf
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=Astroport/Kodi
|
||||
Exec=/home/_USER_/.zen/astrXbian/ajouter_video.sh
|
||||
Icon=/home/_USER_/workspace/astrXbian/logo96.png
|
||||
Type=Application
|
||||
Categories=Utility
|
|
@ -173,6 +173,9 @@ sed -i "s/_IPFSNODEID_/$IPFSNODEID/g" ~/.kodi/addons/plugin.video.vstream/resour
|
|||
#BACKUP source... to restore after Vstream upgrade
|
||||
cp -f ~/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py ~/.zen/
|
||||
|
||||
# ADD DESKTOP SHORTCUT
|
||||
[[ "$USER" != "xbian" && -d ~/Bureau ]] && sed "s/_USER_/$USER/g" ~/.zen/astrXbian/.install/astroport.desktop > ~/Bureau/astroport.desktop && chmod +x ~/Bureau/astroport.desktop
|
||||
|
||||
########################################################################
|
||||
echo 'Sending "ipfstryme" message'
|
||||
########################################################################
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
Loading…
Reference in New Issue