mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
armhf
This commit is contained in:
parent
cd6d04108a
commit
33f00a0853
1 changed files with 12 additions and 0 deletions
|
@ -47,12 +47,24 @@ case $ARCH in
|
|||
apt install ./python2.7_2.7.18-13ubuntu2_amd64.deb
|
||||
;;
|
||||
"armhf")
|
||||
wget http://archive.raspberrypi.org/debian/pool/main/o/openssl/libssl1.1_1.1.1n-0+deb11u4+rpt1_armhf.deb
|
||||
apt install ./libssl1.1_1.1.1n-0+deb11u4+rpt1_armhf.deb
|
||||
|
||||
wget http://raspbian.raspberrypi.org/raspbian/pool/main/libf/libffi/libffi7_3.3-6_armhf.deb
|
||||
apt install ./libffi7_3.3-6_armhf.deb
|
||||
|
||||
|
||||
wget http://raspbian.raspberrypi.org/raspbian/pool/main/p/python2.7/libpython2.7-minimal_2.7.18-13.2_armhf.deb
|
||||
apt install ./libpython2.7-minimal_2.7.18-13.2_armhf.deb
|
||||
|
||||
wget http://raspbian.raspberrypi.org/raspbian/pool/main/p/python2.7/libpython2.7-stdlib_2.7.18-13.2_armhf.deb
|
||||
apt install ./libpython2.7-stdlib_2.7.18-13.2_armhf.deb
|
||||
|
||||
wget http://raspbian.raspberrypi.org/raspbian/pool/main/p/python2.7/python2.7-minimal_2.7.18-13.2_armhf.deb
|
||||
apt install ./python2.7-minimal_2.7.18-13.2_armhf.deb
|
||||
|
||||
wget http://raspbian.raspberrypi.org/raspbian/pool/main/p/python2.7/python2.7-minimal_2.7.18-13.2_armhf.deb
|
||||
apt install ./python2.7_2.7.18-13.2_armhf.deb
|
||||
;;
|
||||
esac
|
||||
rm *.deb
|
||||
|
|
Loading…
Add table
Reference in a new issue