From 8552248da49d6773562422108e75c3b32ed2f06e Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 25 Jun 2025 16:27:51 -0500 Subject: [PATCH] updates --- scripts/install-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-server.sh b/scripts/install-server.sh index d2fcfa2..d896513 100755 --- a/scripts/install-server.sh +++ b/scripts/install-server.sh @@ -4,7 +4,7 @@ set -euo pipefail ORIG_USER=${SUDO_USER:-$(id -un)} echo "==> 1a. Base packages" -sudo pacman -Syq --needed --noconfirm git rustup protobuf gcc pipewire pipewire-pulse tailscale base-devel gst-plugin-libav +sudo pacman -Syq --needed --noconfirm git rustup protobuf gcc pipewire pipewire-pulse tailscale base-devel gst-libav if ! command -v yay >/dev/null 2>&1; then echo "==> 1b. installing yay from AUR ..." sudo -u "$ORIG_USER" bash -c '