mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
GYRO: bash fix
This commit is contained in:
parent
530f631e11
commit
f546c1c1ef
|
@ -437,14 +437,11 @@ finit() {
|
|||
install_retrodeck_starterpack
|
||||
fi
|
||||
|
||||
)
|
||||
|
||||
# Installing GyroDSU
|
||||
echo "Initializing GyroDSU" #TODO: LOGGER
|
||||
/app//retrodeck/install-gyrodsu.sh
|
||||
|
||||
| # Don't delete this!
|
||||
|
||||
) | # Don't delete this!
|
||||
zenity --icon-name=net.retrodeck.retrodeck --progress --no-cancel --pulsate --auto-close \
|
||||
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||
--title "RetroDECK Finishing Initialization" \
|
||||
|
|
Loading…
Reference in a new issue