Skip to content

Commit

Permalink
fix(install-script): failing install on Arch Linux (#1810) (#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
lielfr authored Aug 26, 2024
1 parent 553cb9c commit 85f1000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ _install_arch_linux() {
_install_unsupported
else
echo "Installing with pacman"
sudo pacman -S cargo-shuttle
sudo pacman -S --noconfirm cargo-shuttle
fi
else
echo "Pacman not found"
Expand Down

0 comments on commit 85f1000

Please sign in to comment.