Skip to content
Snippets Groups Projects
Commit 71db977d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Modprobe fuse

parent 24ac5c85
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment