fix: default SHIELD_HOST to 10.90.9.102 instead of localhost

This commit is contained in:
arch_agent
2026-08-04 10:02:42 +02:00
parent 7000949483
commit 6619b9240b
+2 -2
View File
@@ -3,7 +3,7 @@
# Configures pacman to use the AUR-Shield repo # Configures pacman to use the AUR-Shield repo
set -euo pipefail set -euo pipefail
SHIELD_HOST="${AUR_SHIELD_HOST:-localhost}" SHIELD_HOST="${AUR_SHIELD_HOST:-10.90.9.102}"
SHIELD_PORT="${AUR_SHIELD_PORT:-8443}" SHIELD_PORT="${AUR_SHIELD_PORT:-8443}"
echo "╔══════════════════════════════════════════════╗" echo "╔══════════════════════════════════════════════╗"
@@ -46,7 +46,7 @@ sudo tee "$WRAPPER_PATH" > /dev/null << 'WRAPPER'
# safe-yay — wrapper that routes AUR packages through AUR-Shield # safe-yay — wrapper that routes AUR packages through AUR-Shield
set -euo pipefail set -euo pipefail
SHIELD_HOST="${AUR_SHIELD_HOST:-localhost}" SHIELD_HOST="${AUR_SHIELD_HOST:-10.90.9.102}"
SHIELD_PORT="${AUR_SHIELD_PORT:-8443}" SHIELD_PORT="${AUR_SHIELD_PORT:-8443}"
# Exit codes (archcanary-compatible) # Exit codes (archcanary-compatible)