mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 12:09:00 +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
|
fi
|
||||||
|
|
||||||
echo "Installing fuse..."
|
echo "Installing fuse..."
|
||||||
sudo pacman -S fuse
|
sudo pacman -S --needed fuse
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user