2024-10-13 19:41:34 +02:00
|
|
|
#! /bin/bash
|
|
|
|
rm -rfv ./generated-output/i386
|
|
|
|
mkdir -p ./generated-output/i386
|
|
|
|
chmod +x ./scripts/get_depend_tree.sh
|
|
|
|
chmod +x ./scripts/gen-i386-whitelist.py
|
|
|
|
apt-get update -y
|
2024-10-13 20:11:05 +02:00
|
|
|
apt-get install -y python3-numpy
|
2024-10-13 19:41:34 +02:00
|
|
|
./scripts/gen-i386-whitelist.py
|