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 \
curl \
flex \
fuse \
fuse3 \
git \
libfuse-dev \
nasm \

View file

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

View file

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