1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3531 from jvonau/kalite_typo

kalite - dup'd line typo
This commit is contained in:
A Holt 2023-04-09 18:49:44 -04:00 committed by GitHub
commit 834048c9d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ case $ARCH in
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
wget http://raspbian.raspberrypi.org/raspbian/pool/main/p/python2.7/python2.7_2.7.18-13.2_armhf.deb
apt install ./python2.7_2.7.18-13.2_armhf.deb
;;
esac