Don't install fuse if it's there already
This commit is contained in:
parent
c01c1082f4
commit
003e4ff905
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ archLinux()
|
|||
fi
|
||||
|
||||
echo "Installing fuse..."
|
||||
sudo pacman -S fuse
|
||||
sudo pacman -S --needed fuse
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue