File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3131NEW=$(ls Subsurface-*.AppImage | sort -V | tail -n 1)
You can’t perform that action at this time.
0 commit comments