edex-ui install-64: fix ./ to ~/

pull/695/head
Botspot 3 years ago
parent 27e79f0fe4
commit 10da0a0c4d

@ -9,8 +9,8 @@ function error {
rm -rf ~/eDEX-UI-RPi &>/dev/null
mkdir ~/eDEX-UI-RPi
wget https://github.com/GitSquared/edex-ui/releases/download/v2.2.7/eDEX-UI-Linux-arm64.AppImage -O ~/eDEX-UI-RPi/eDEX-UI-Linux-arm64_2.2.7.AppImage || error 'Failed to download 2.2.6 appimage!'
chmod +x ./'eDEX-UI-RPi/eDEX-UI-RPi/eDEX-UI-Linux-arm64_2.2.7.AppImage' || error 'Failed to make the appimage executable!'
wget -O ~/eDEX-UI-RPi/eDEX-UI-Linux-arm64_2.2.7.AppImage https://github.com/GitSquared/edex-ui/releases/download/v2.2.7/eDEX-UI-Linux-arm64.AppImage || error 'Failed to download 2.2.6 appimage!'
chmod +x ~/eDEX-UI-RPi/eDEX-UI-Linux-arm64_2.2.7.AppImage || error 'Failed to make the appimage executable!'
echo "[Desktop Entry]
Name=eDEX-UI 2.2.7

Loading…
Cancel
Save