Modprobe fuse

This commit is contained in:
Jeremy Soller 2018-06-10 10:11:27 -06:00
parent 24ac5c8507
commit 71db977dfe

View file

@ -13,6 +13,7 @@ before_script:
genisoimage \
git \
gnupg \
kmod \
libfuse-dev \
nasm \
pkg-config \
@ -23,6 +24,7 @@ before_script:
apt-get update -qq &&
apt-get purge -qq binutils-doc &&
apt-get install -qq x86-64-unknown-redox-gcc &&
modprobe fuse &&
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
img: