fix(deck): Fix EmuDeck installer

This commit is contained in:
Kyle Gospodnetich 2023-08-09 14:54:16 -07:00
parent 1a7c0c115c
commit c056f73581

View File

@ -25,6 +25,7 @@ get-decky:
sudo chcon -t bin_t $HOME/homebrew/services/PluginLoader
get-emudeck:
#!/usr/bin/env bash
echo 'Retrieving EmuDeck...'
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
wget https://www.emudeck.com/EmuDeck.desktop -O ~/.local/share/applications/EmuDeck.desktop