You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fw-daemon/debian/build-hooks/H01paxrat_mono-sgen

8 lines
206 B

#!/bin/sh
# paxrat /usr/bin/mono-sgen before building environment to prevent build failure
apt-get install -y --force-yes paxrat
apt-get install -y --force-yes mono-runtime-sgen
paxrat
apt-get install -yf