Use fusermount3 everywhere

This commit is contained in:
mattmadeofpasta 2024-02-10 13:19:27 +00:00
parent 0aec2332db
commit 3f58996f32
No known key found for this signature in database
GPG key ID: 020D6BD1B8975037
3 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ before_script:
build-essential \ build-essential \
curl \ curl \
flex \ flex \
fuse \ fuse3 \
git \ git \
libfuse-dev \ libfuse-dev \
nasm \ nasm \

View file

@ -389,6 +389,7 @@ ubuntu()
doxygen \ doxygen \
file \ file \
flex \ flex \
fuse3 \
g++ \ g++ \
genisoimage \ genisoimage \
git \ git \

View file

@ -12,7 +12,7 @@ RUN apt-get update \
curl \ curl \
file \ file \
flex \ flex \
fuse \ fuse3 \
genisoimage \ genisoimage \
git \ git \
gperf \ gperf \