Don't mess with /dev/fuse

This commit is contained in:
Jeremy Soller 2018-06-09 18:05:49 -06:00
parent 73005679f7
commit 067d5e7e70

View file

@ -11,9 +11,6 @@ before_script:
apt-get update -qq &&
apt-get purge -qq binutils-doc &&
apt-get install -qq x86-64-unknown-redox-gcc &&
modprobe fuse &&
chmod 666 /dev/fuse &&
chown root:$USER /etc/fuse.conf &&
curl https://sh.rustup.rs -sSf | sh
build: