Skip to content

Commit

Permalink
pifile fix
Browse files Browse the repository at this point in the history
matt2005 committed Dec 9, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1928de4 commit 26a8c40
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions updater/base_buster_arm7.Pifile
Original file line number Diff line number Diff line change
@@ -3,19 +3,19 @@ FROM https://github.com/opencardev/crankshaft/releases/download/csng-alpha7.2/20
PUMP 1000M

# Update OS and sources
RUN <<EOF
RUN bash -c "
apt-get update --allow-releaseinfo-change -y
apt-get update -y
DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade
apt-get install -y sl
apt-get autoremove -y
EOF
"

RUN <<EOF
RUN bash -c "
cd /root
rm -rf /usr/local/qt5
wget https://github.com/opencardev/prebuilts/raw/master/qt5/Qt_5151_armv7l_OpenGLES2.tar.xz.part00
wget https://github.com/opencardev/prebuilts/raw/master/qt5/Qt_5151_armv7l_OpenGLES2.tar.xz.part01
cat Qt_5151_armv7l_OpenGLES2.tar.xz* > Qt5_OpenGLES2.tar.xz
tar -xf Qt5_OpenGLES2.tar.xz -C /
EOF
"
6 changes: 3 additions & 3 deletions updater/base_buster_armhf.Pifile
Original file line number Diff line number Diff line change
@@ -3,10 +3,10 @@ FROM https://github.com/opencardev/crankshaft/releases/download/csng-alpha7.2/20
PUMP 1000M

# Update OS and sources
RUN <<EOF
RUN bash -c "
apt-get update --allow-releaseinfo-change -y
apt-get update -y
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade
apt-get install -y sl
apt-get autoremove -y
EOF
"

0 comments on commit 26a8c40

Please sign in to comment.