mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
Don't install fuse if it's there already
This commit is contained in:
parent
c01c1082f4
commit
003e4ff905
@ -163,7 +163,7 @@ archLinux()
|
||||
fi
|
||||
|
||||
echo "Installing fuse..."
|
||||
sudo pacman -S fuse
|
||||
sudo pacman -S --needed fuse
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user