Skip to content

Commit af19283

Browse files
authored
Update location of AppImageUpdate
1 parent 702df60 commit af19283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ chmod a+x Subsurface-4.5.1.449-x86_64.AppImage
2121
./Subsurface-4.5.1.449-x86_64.AppImage
2222
2323
# Get the updater
24-
wget http://bintray.com/artifact/download/probono/AppImages/AppImageUpdate-443.g69bf471-x86_64.AppImage
25-
chmod a+x AppImageUpdate-443.g69bf471-x86_64.AppImage
24+
wget https://github.com/AppImage/AppImageUpdate/releases/download/continuous/AppImageUpdate-x86_64.AppImage
25+
chmod a+x AppImageUpdate-x86_64.AppImage
2626
2727
# Update Subsurface to the latest version
28-
./AppImageUpdate-443.g69bf471-x86_64.AppImage ./Subsurface-4.5.1.449-x86_64.AppImage
28+
./AppImageUpdate-x86_64.AppImage ./Subsurface-4.5.1.449-x86_64.AppImage
2929
3030
# Look there is a newer version! Run it
3131
NEW=$(ls Subsurface-*.AppImage | sort -V | tail -n 1)

0 commit comments

Comments
 (0)