Skip to content

Commit

Permalink
symlink bin for legacy support
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Jan 30, 2024
1 parent 483e917 commit d727ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN \
./altus.app --appimage-extract && \
mv squashfs-root /opt/altus && \
find /opt/altus -type d -exec chmod go+rx {} + && \
ln -s /opt/altus/Altus /opt/altus/altus && \
sed -i 's|</applications>| <application title="Altus*" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
echo "**** cleanup ****" && \
apt-get autoclean && \
Expand Down

0 comments on commit d727ba0

Please sign in to comment.