Update pob and fix update script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
set -x
|
||||
# set -x
|
||||
|
||||
# TODO: Update pobfrontend as well?
|
||||
|
||||
@@ -11,7 +11,7 @@ else
|
||||
nurl_output=$(nurl -j https://github.com/PathOfBuildingCommunity/PathOfBuilding "$1" 2>/dev/null)
|
||||
fi
|
||||
|
||||
hash=$(jq '.args.hash' <<< "$nurl_output")
|
||||
hash=$(jq '.args.hash' <<< "$nurl_output" | sed 's/\//\\\//g')
|
||||
echo "Updating pob to $rev"
|
||||
|
||||
# Find lines to replace
|
||||
|
Reference in New Issue
Block a user