Skip to content

Commit

Permalink
updated launchergit add .
Browse files Browse the repository at this point in the history
  • Loading branch information
gl91306 committed Nov 23, 2022
1 parent 33c4bac commit 85d40d2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
10 changes: 5 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ sudo modprobe fuse

cd
#Download client
wget https://github.com/gl91306/lunar/raw/master/lunarclient-2.10.1-armv7l.AppImage
wget https://github.com/gl91306/lunar/raw/master/lunarclient-2.14.0-armv7l.AppImage

mkdir lunarassets
cd lunarassets
cd
#Change perms of Launcher
sudo chmod +x $HOME/lunarclient-2.10.1-armv7l.AppImage
sudo chmod +x $HOME/lunarclient-2.14.0-armv7l.AppImage
#Add icon
cd
cd lunarassets
Expand All @@ -36,7 +36,7 @@ echo "Creating a desktop entry for Lunar-Client..."
echo "[Desktop Entry]
Name=Lunar Client
Comment=Lunar Client for Rpi made by PiKATchu on Discord.
Exec=$HOME/lunarclient-2.10.1-armv7l.AppImage --no-sandbox
Exec=$HOME/lunarclient-2.14.0-armv7l.AppImage --no-sandbox
Icon=$HOME/lunarassets/lunarclient.png
Categories=Game;
Type=Application
Expand All @@ -45,10 +45,10 @@ Terminal=false" > "$HOME/.local/share/applications/Lunar-Client.desktop"
echo "[Desktop Entry]
Name=Lunar Client
Comment=Lunar Client for Rpi made by PiKATchu on Discord.
Exec=$HOME/lunarclient-2.10.1-armv7l.AppImage --no-sandbox
Exec=$HOME/lunarclient-2.14.0-armv7l.AppImage --no-sandbox
Icon=$HOME/lunarassets/lunarclient.png
Categories=Game;
Type=Application
Terminal=false" > "$HOME/Desktop/Lunar Client"

$HOME/lunarclient-2.10.1-armv7l.AppImage
$HOME/lunarclient-2.14.0-armv7l.AppImage
8 changes: 4 additions & 4 deletions install64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

cd
#Download client
wget https://github.com/gl91306/lunar/raw/master/lunarclient-2.10.1-arm64.AppImage
wget https://github.com/gl91306/lunar/raw/master/lunarclient-2.14.0-arm64.AppImage
cd
mkdir lunarassets
cd
#Change perms of Launcher
sudo chmod +x $HOME/lunarclient-2.10.1-arm64.AppImage
sudo chmod +x $HOME/lunarclient-2.14.0-arm64.AppImage
#Add icon
cd
cd lunarassets
Expand All @@ -21,7 +21,7 @@ echo "Creating a desktop entry for Lunar-Client..."
echo "[Desktop Entry]
Name=Lunar Client
Comment=Lunar Client for Rpi made by PiKATchu on Discord.
Exec=$HOME/lunarclient-2.10.1-arm64.AppImage --no-sandbox
Exec=$HOME/lunarclient-2.14.0-arm64.AppImage --no-sandbox
Icon=$HOME/lunarassets/lunarclient.png
Categories=Game;
Type=Application
Expand All @@ -30,7 +30,7 @@ Terminal=false" > "$HOME/.local/share/applications/Lunar-Client.desktop"
echo "[Desktop Entry]
Name=Lunar Client
Comment=Lunar Client for Rpi made by PiKATchu on Discord.
Exec=$HOME/lunarclient-2.10.1-arm64.AppImage --no-sandbox
Exec=$HOME/lunarclient-2.14.0-arm64.AppImage --no-sandbox
Icon=$HOME/lunarassets/lunarclient.png
Categories=Game;
Type=Application
Expand Down
Binary file renamed lunarclient-2.10.1-arm64.AppImage → lunarclient-2.14.0-arm64.AppImage
100755 → 100644
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ rm -rf lunarclient-2.7.2-armv7l.AppImage
rm -rf lunarclient-2.7.0-armv7l.AppImage
rm -rf lunarclient-2.10.1-arm64.AppImage
rm -rf lunarclient-2.10.1-armv7l.AppImage
rm -rf lunarclient-2.14.0-arm64.AppImage
rm -rf lunarclient-2.14.0-armv7l.AppImage
rm -rf '$HOME/lunarassets'
rm -rf "$HOME/.local/share/applications/Lunar-Client.desktop"

0 comments on commit 85d40d2

Please sign in to comment.