Skip to content

Commit

Permalink
Merge pull request #2 from linuxserver/artifact
Browse files Browse the repository at this point in the history
update artifact name (upstream switched ci and the name format changed)
  • Loading branch information
aptalca authored Jan 26, 2024
2 parents 8edc693 + c2d198d commit d2b8e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN \
cd /tmp && \
curl -o \
/tmp/altus.app -L \
"https://github.com/amanharwara/altus/releases/download/${ALTUS_VERSION}/Altus-${ALTUS_VERSION}-x86_64.AppImage" && \
"https://github.com/amanharwara/altus/releases/download/${ALTUS_VERSION}/Altus-${ALTUS_VERSION}.AppImage" && \
chmod +x /tmp/altus.app && \
./altus.app --appimage-extract && \
mv squashfs-root /opt/altus && \
Expand Down

0 comments on commit d2b8e37

Please sign in to comment.