eDEX-UI add 64bit & update to 2.2.7

pull/487/head
Botspot 3 years ago
parent 07583e6b49
commit d15498cb7a

@ -1,10 +1,10 @@
Futuristic hacker terminal
Inspired from Hollywood, this terminal is beautiful to look at and will impress your friends. It's a fully-functional bash terminal, system monitor, file manager, and on-screen keyboard, all in one fullscreen window.
Oh, and it has sound effects.
Two versions are installed. Launch them from Menu -> System Tools. Both take 1.5 minutes to load.
To run: Menu -> System Tools -> eDEX-UI 2.2.7. This new version loads in about 10 seconds! (instead of 2 minutes like Novaspirit's old version)
To exit eDEX-UI, press Alt+F4, or run this command: exit
To exit eDEX-UI, press Alt+F4, or run this command in the terminal: exit
Change settings with Ctrl+Shift+S.
View all keyboard shortcuts with Ctrl+Shift+K.
Nospirit Tech made a walkthrough video: https://www.youtube.com/watch?v=DJOAmYlDQuM
Novaspirit Tech made an excellent walkthrough video a while ago: https://www.youtube.com/watch?v=DJOAmYlDQuM

@ -8,30 +8,20 @@ function error {
}
rm -rf ~/eDEX-UI-RPi &>/dev/null
git clone https://github.com/Botspot/eDEX-UI-RPi || error 'Failed to clone repository!'
chmod +x ./'eDEX-UI-RPi/eDEX-UI_Linux_armv7l_2.2.2.AppImage' ./'eDEX-UI-RPi/eDEX-UI Linux (armv7l)_3.0.0.AppImage' || error 'Failed to mark as executable!'
mkdir ~/eDEX-UI-RPi
wget -O ~/'eDEX-UI-RPi/eDEX-UI-Linux-armv7l_2.2.7.AppImage' 'https://github.com/GitSquared/edex-ui/releases/download/v2.2.7/eDEX-UI-Linux-armv7l.AppImage' || error 'Failed to download 2.2.6 appimage!'
chmod +x ~/'eDEX-UI-RPi/eDEX-UI-Linux-armv7l_2.2.7.AppImage' || error 'Failed to make the appimage executable!'
echo "[Desktop Entry]
Name=eDEX-UI 2.2.2
Name=eDEX-UI 2.2.7
Comment=eDEX-UI sci-fi interface
Exec=bash -c "\""sudo modprobe fuse; $HOME/eDEX-UI-RPi/eDEX-UI_Linux_armv7l_2.2.2.AppImage"\"" %U
Exec=bash -c "\""sudo modprobe fuse; $HOME/eDEX-UI-RPi/eDEX-UI-Linux-armv7l_2.2.7.AppImage"\"" %U
Terminal=false
Type=Application
Icon=$(dirname "$0")/icon-64.png
StartupWMClass=eDEX-UI
X-AppImage-Version=2.2.2
X-AppImage-Version=2.2.7
Categories=System;
X-AppImage-BuildId=1jnzBrm5tFNCUYZfKMXmYF0U2Ky
X-Desktop-File-Install-Version=0.23
X-AppImage-Comment=Generated by /tmp/.mount_eDEX-UDQYwse/AppRun" > ~/.local/share/applications/appimagekit-edex-ui.desktop
echo "[Desktop Entry]
Name=eDEX-UI 3.0.0
Comment=eDEX-UI sci-fi interface
Exec=bash -c "\""sudo modprobe fuse; $HOME/eDEX-UI-RPi/eDEX-UI Linux (armv7l)_3.0.0.AppImage"\"" %U
Terminal=false
Type=Application
Icon=$(dirname "$0")/icon-64.png
StartupWMClass=eDEX-UI
X-AppImage-Version=3.0.0
Categories=System;" > ~/.local/share/applications/appimagekit-edex-ui-3.desktop

@ -0,0 +1,26 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
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!'
echo "[Desktop Entry]
Name=eDEX-UI 2.2.7
Comment=eDEX-UI sci-fi interface
Exec=bash -c "\""sudo modprobe fuse; $HOME/eDEX-UI-RPi/eDEX-UI-Linux-armv7l_2.2.7.AppImage"\"" %U
Terminal=false
Type=Application
Icon=$(dirname "$0")/icon-64.png
StartupWMClass=eDEX-UI
X-AppImage-Version=2.2.7
Categories=System;
X-Desktop-File-Install-Version=0.23
X-AppImage-Comment=Generated by /tmp/.mount_eDEX-UDQYwse/AppRun" > ~/.local/share/applications/appimagekit-edex-ui.desktop
Loading…
Cancel
Save