fix: default SHIELD_HOST to 10.90.9.102 instead of localhost
This commit is contained in:
+2
-2
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user