install.sh bijwerken
mirgating from github to forgejo and incorporating newest goonbar ver
This commit is contained in:
parent
2f77fe4efa
commit
248cb7635f
1 changed files with 7 additions and 8 deletions
15
install.sh
15
install.sh
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
currentlink="https://www.foobar2000.org/files/foobar2000_v2.24.1.exe"
|
||||
currentlink="https://www.foobar2000.org/files/foobar2000_v2.24.6.exe"
|
||||
currentfoobar=$(basename "$currentlink")
|
||||
echo "current foobar version is $currentfoobar"
|
||||
echo "installing in $HOME/foobar on linux/"
|
||||
|
@ -13,15 +13,14 @@ mkdir -p "$HOME/.local/share/applications"
|
|||
mkdir -p "$HOME/.local/share/icons"
|
||||
|
||||
echo "downloading assets"
|
||||
wget -O "$HOME/.local/share/kio/servicemenus/enqueue.desktop" https://github.com/3rwebgwthrenytju/foobar2000-installer-for-linux/releases/download/pre/enqueue.desktop
|
||||
wget -O "$HOME/.local/share/applications/foobar2000.desktop" https://github.com/3rwebgwthrenytju/foobar2000-installer-for-linux/releases/download/pre/foobar2000.desktop
|
||||
wget -O "$HOME/.local/share/icons/foobar2000.png" https://github.com/3rwebgwthrenytju/foobar2000-installer-for-linux/releases/download/pre/foobar2000.png
|
||||
wget -O "$HOME/foobar on linux/foo_play.sh" https://github.com/3rwebgwthrenytju/foobar2000-installer-for-linux/releases/download/pre/foo_play.sh
|
||||
wget -O "$HOME/.local/share/kio/servicemenus/enqueue.desktop" https://forge.terrorist.academy/topterrorist/foobar2000_linux_install/raw/commit/2f77fe4efa4922347cf315e69fac76c9bf5e93d5/enqueue.desktop
|
||||
wget -O "$HOME/.local/share/applications/foobar2000.desktop" https://forge.terrorist.academy/topterrorist/foobar2000_linux_install/raw/commit/2f77fe4efa4922347cf315e69fac76c9bf5e93d5/foobar2000.desktop
|
||||
wget -O "$HOME/.local/share/icons/foobar2000.png" https://forge.terrorist.academy/topterrorist/foobar2000_linux_install/raw/commit/2f77fe4efa4922347cf315e69fac76c9bf5e93d5/foobar2000.png
|
||||
wget -O "$HOME/foobar on linux/foo_play.sh" https://forge.terrorist.academy/topterrorist/foobar2000_linux_install/raw/commit/2f77fe4efa4922347cf315e69fac76c9bf5e93d5/foo_play.sh
|
||||
|
||||
echo "retrieving external programs"
|
||||
wget -O "$HOME/foobar on linux/foobar2000/upload.exe" https://github.com/s0hv/rust-imgur-upload/releases/download/0.2.1/imgur-uploader.exe
|
||||
echo "retrieving IPC bridge and upload executable"
|
||||
wget -O "$HOME/foobar on linux/foobar2000/upload.exe" https://github.com/s0hv/rust-imgur-upload/releases/download/0.3.0/imgur-uploader.exe
|
||||
wget -O "$HOME/foobar on linux/bridge.exe" https://github.com/0e4ef622/wine-discord-ipc-bridge/releases/download/v0.0.3/winediscordipcbridge.exe
|
||||
|
||||
echo "installing foobar2000"
|
||||
wget -O "$HOME/foobar on linux/$currentfoobar" "$currentlink"
|
||||
installpath_wine=$(winepath -w "$HOME/foobar on linux/foobar2000")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue