Fix installer
This commit is contained in:
parent
19ef2e6c03
commit
8407d10cae
2 changed files with 32 additions and 31 deletions
|
@ -34,7 +34,6 @@ fi
|
|||
libgstreamer-gl1.0-0 \
|
||||
libgstreamer-plugins-bad1.0-0 \
|
||||
libgstreamer-plugins-base1.0-0 \
|
||||
libgstreamer-plugins-good1.0-0 \
|
||||
libgstreamer1.0-0 \
|
||||
python3-wxgtk-media4.0 \
|
||||
python3-wxgtk4.0 \
|
||||
|
@ -42,7 +41,9 @@ fi
|
|||
youtube-dl
|
||||
sudo pip3 install pychromecast
|
||||
sudo cp src/main.py /usr/local/bin/cast
|
||||
sudo cp -a src/{Channel,ChannelProvider,Items} /usr/lib/python3.9/site-packages/
|
||||
sudo cp -a src/{Channel,ChannelProvider,Items} /usr/lib/python3.9/
|
||||
sudo chmod +x /usr/local/bin/cast
|
||||
sudo cp -a src/{Channel,ChannelProvider,Items,Utils} /usr/lib/python3/dist-packages/
|
||||
sudo cp -a src/{Channel,ChannelProvider,Items,Utils} /usr/lib/python3.9/
|
||||
sudo cp -a src/{Channel,ChannelProvider,Items,Utils} /usr/lib/python3.10/
|
||||
sudo cp src/cast.desktop /usr/share/applications/
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue