File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ Running the following script in a terminal should be enough to download RuneLite
119119```
120120bash -- << EOF
121121mkdir -p ~/.icons ~/.local/share/applications
122- curl -L -o ~/.local/RuneLite.AppImage https://github.com/runelite/launcher/releases/download/2.6.3 /RuneLite.AppImage
122+ curl -L -o ~/.local/RuneLite.AppImage https://github.com/runelite/launcher/releases/download/2.7.4 /RuneLite.AppImage
123123# OR use this for aarch64 systems
124- #curl -L -o ~/.local/RuneLite.AppImage https://github.com/runelite/launcher/releases/download/2.6.3 /RuneLite-aarch64.AppImage
124+ #curl -L -o ~/.local/RuneLite.AppImage https://github.com/runelite/launcher/releases/download/2.7.4 /RuneLite-aarch64.AppImage
125125chmod +x ~/.local/RuneLite.AppImage
126126curl -L -o ~/.icons/RuneLite.png https://raw.githubusercontent.com/runelite/launcher/master/appimage/runelite.png
127127echo "\
You can’t perform that action at this time.
0 commit comments