Skip to content

Commit aee35db

Browse files
committed
remove old fullscreens
1 parent 93d7f8c commit aee35db

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ RUN \
3333
/tmp/ferdium.deb -L \
3434
"https://github.com/ferdium/ferdium-app/releases/download/${FERDIUM_VERSION}/Ferdium-linux-$(echo $FERDIUM_VERSION | sed 's/^v//g')-amd64.deb" && \
3535
dpkg -i ferdium.deb && \
36-
sed -i 's|</applications>| <application title="Ferdium*" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
3736
echo "**** cleanup ****" && \
3837
apt-get autoclean && \
3938
rm -rf \

Dockerfile.aarch64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ RUN \
3333
/tmp/ferdium.deb -L \
3434
"https://github.com/ferdium/ferdium-app/releases/download/${FERDIUM_VERSION}/Ferdium-linux-$(echo $FERDIUM_VERSION | sed 's/^v//g')-arm64.deb" && \
3535
dpkg -i ferdium.deb && \
36-
sed -i 's|</applications>| <application title="Ferdium*" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
3736
echo "**** cleanup ****" && \
3837
apt-get autoclean && \
3938
rm -rf \

0 commit comments

Comments
 (0)