Skip to content

Commit

Permalink
remove old fullscreens
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Feb 11, 2024
1 parent 93d7f8c commit aee35db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ RUN \
/tmp/ferdium.deb -L \
"https://github.com/ferdium/ferdium-app/releases/download/${FERDIUM_VERSION}/Ferdium-linux-$(echo $FERDIUM_VERSION | sed 's/^v//g')-amd64.deb" && \
dpkg -i ferdium.deb && \
sed -i 's|</applications>| <application title="Ferdium*" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ RUN \
/tmp/ferdium.deb -L \
"https://github.com/ferdium/ferdium-app/releases/download/${FERDIUM_VERSION}/Ferdium-linux-$(echo $FERDIUM_VERSION | sed 's/^v//g')-arm64.deb" && \
dpkg -i ferdium.deb && \
sed -i 's|</applications>| <application title="Ferdium*" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \
Expand Down

0 comments on commit aee35db

Please sign in to comment.