mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
parent
05372f8508
commit
7191d52a5d
1 changed files with 3 additions and 2 deletions
|
@ -208,9 +208,10 @@ $APT_PATH/apt -y install python3-venv
|
|||
# (similar to 32-bit Debian 12 on AMD/Intel a month ago, i.e. PR #3617).
|
||||
# 2023-09-10 PR #3637: Even safer test than querying for Debian 12+ -- verify
|
||||
# that apt package ansible-core is truly available:
|
||||
if ! dpkg --print-architecture | grep -q 64 && apt-cache show ansible-core > /dev/null; then
|
||||
#if ! dpkg --print-architecture | grep -q 64 && apt-cache show ansible-core > /dev/null; then
|
||||
#if ! dpkg --print-architecture | grep -q 64 && ! grep -q ^11 /etc/debian_version; then
|
||||
#if [[ $(dpkg --print-architecture) == i386 ]]; then
|
||||
# 2023-09-10 PR #3632: Revert above #3634 and #3637 trying /etc/pip.conf w/ cryptography 41.0.3
|
||||
if [[ $(dpkg --print-architecture) == i386 ]]; then
|
||||
# 2023-08-10: Quick+Dirty (BRUTE FORCE) on legacy 32-bit i386 avoids #3547
|
||||
# rust/wheels/cryptography compiling mess! DEBIAN 12+ OR SIMILAR REQUIRED!
|
||||
$APT_PATH/apt -y install ansible-core # Bookworm ~= ansible-core 2.14.3
|
||||
|
|
Loading…
Add table
Reference in a new issue