From 0c974d38518779d35a097c4edcb0d837e5f8d035 Mon Sep 17 00:00:00 2001 From: CodingTil <36734749+CodingTil@users.noreply.github.com> Date: Sat, 24 Feb 2024 14:16:51 +0100 Subject: [PATCH] Remove sudo from build script --- build_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_release.sh b/build_release.sh index d46aa45..6ac1144 100755 --- a/build_release.sh +++ b/build_release.sh @@ -4,7 +4,7 @@ set -e # Install binaryen -sudo apt install binaryen +apt install binaryen # Get Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y