8 lines
207 B
Bash
8 lines
207 B
Bash
|
#! /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
|
||
|
./scripts/gen-i386-whitelist.py
|