~ salmonella-environment-setup (master) /system-setup/debian-buster.sh
Trap1#! /bin/sh
2
3## Quick&dirty script to install libraries required by eggs.
4
5set -ex
6
7anchor=$(readlink -f $(dirname "$0"))
8. "$anchor/debian-common.sh"
9
10to_install="\
11 packages/debian-buster.sh \
12 agar.sh \
13 bvspis.sh \
14 cmark.sh \
15 cryptlib.sh \
16 epeg.sh \
17 iup.sh \
18 canvas_draw.sh \
19 kiwi.sh \
20 libgit2.sh \
21 proccpuinfo.sh \
22 tcc.sh \
23"
24
25for script in $to_install; do
26 cd "$tmpdir"
27 . "$installers_dir/$script"
28done
29
30
31### Finishing
32sudo ldconfig
33
34sudo systemctl stop olad
35sudo systemctl disable olad