mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
more notes
This commit is contained in:
parent
57833472a9
commit
32d40f038d
1 changed files with 4 additions and 0 deletions
|
@ -1,8 +1,12 @@
|
|||
#!/bin/bash
|
||||
# https://packages.debian.org/search?keywords=libpython2.7-stdlib&searchon=names&suite=all§ion=all
|
||||
# https://packages.debian.org/bullseye/libpython2.7-stdlib
|
||||
# https://packages.ubuntu.com/search?keywords=libpython2.7-stdlib&searchon=names&suite=all§ion=all
|
||||
# https://packages.ubuntu.com/jammy-updates/libpython2.7-stdlib
|
||||
ARCH=$(dpkg --print-architecture)
|
||||
|
||||
apt -y install virtualenv
|
||||
# https://github.com/iiab/iiab/pull/3535#issuecomment-1503626474
|
||||
apt -y install media-types
|
||||
|
||||
# libpython2.7-stdlib from ubuntu-22.04 used in amd64|arm64|armhf is compiled against libssl3 and libffi8
|
||||
|
|
Loading…
Reference in a new issue