chore: Assume Silverblue is the outlier and copy to desktop elsewise.

This commit is contained in:
Kyle Gospodnetich 2023-08-09 11:08:37 -07:00
parent 081a2f80bb
commit f03c59a48a

View File

@ -26,10 +26,10 @@ get-decky:
get-emudeck:
echo 'Retrieving EmuDeck...'
if [[ ${BASE_IMAGE_NAME} == 'kinoite' ]]; then
wget https://www.emudeck.com/EmuDeck.desktop -O ~/Desktop/EmuDeck.desktop
else
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
wget https://www.emudeck.com/EmuDeck.desktop -O ~/.local/share/applications/EmuDeck.desktop
else
wget https://www.emudeck.com/EmuDeck.desktop -O ~/Desktop/EmuDeck.desktop
fi
get-steamcmd: