Skip to content

Commit 0106b41

Browse files
committed
update appimage versions
1 parent 7bd3143 commit 0106b41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ Running the following script in a terminal should be enough to download RuneLite
119119
```
120120
bash -- << EOF
121121
mkdir -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
125125
chmod +x ~/.local/RuneLite.AppImage
126126
curl -L -o ~/.icons/RuneLite.png https://raw.githubusercontent.com/runelite/launcher/master/appimage/runelite.png
127127
echo "\

0 commit comments

Comments
 (0)