Improve some installers

This commit is contained in:
Gabriel Brown 2024-06-10 12:46:47 -05:00
parent 30358ebcbe
commit 212848529d
5 changed files with 16 additions and 4 deletions

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Jump Desktop
Exec=bash -c "nohup wine /home/gib/.wine/drive_c/Program\ Files/Phase\ Five\ Systems/Jump\ Desktop/JumpClient.exe &"
Terminal=false
Type=Application
Icon=/home/gib/.wine/drive_c/Program\ Files/Phase\ Five\ Systems/Jump\ Desktop/icon/jump_icon.png

View File

@ -1 +1,5 @@
xdg-open $JETBRAINS_TOOLBOX_LINK > /dev/null 2>&1 xdg-open "$JETBRAINS_TOOLBOX_LINK" > /dev/null 2>&1
read -rp "Once downloaded & in Downloads directory, press Enter to continue..."
tar -xzf ~/Downloads/jetbrains-toolbox-*.tar.gz -C ~/Downloads
rm -f ~/Downloads/jetbrains-toolbox-*.tar.gz
read -rp "Click the application in the downloads folder to open & install JetBrains Toolbox. Press Enter to continue..."

View File

@ -1 +1,3 @@
xdg-open $JUMP_DESKTOP_LINK > /dev/null 2>&1 wget -P ~/Downloads "$JUMP_DESKTOP_LINK"
wine ~/Downloads/jdwin.exe > /dev/null 2>&1
cp ~/.local/share/sunhat/configs/jump-desktop/jump-desktop.desktop ~/.local/share/applications/jump-desktop.desktop

@ -1 +1 @@
Subproject commit 710859c3708524ea2a1d22b262ee9753e7523e53 Subproject commit 482c9ad3f712fffc0b76490379a1c205321af260

View File

@ -26,7 +26,7 @@ gext install weatheroclock@CleoMenezesJr.github.io
gext install wifiqrcode@glerro.pm.me gext install wifiqrcode@glerro.pm.me
# Install Hanabi # Install Hanabi
git clone https://github.com/jeffshee/gnome-ext-hanabi.git ~/.local/share/sunhat/packages/hanabi git clone https://github.com/jeffshee/gnome-ext-hanabi.git ~/.local/share/sunhat/packages/hanabi
cd ~/.local/share/sunhat/packages/hanabi cd ~/.local/share/sunhat/packages/hanabi || exit
./run.sh install > /dev/null ./run.sh install > /dev/null
echo "Hanabi installed" echo "Hanabi installed"