Skip to content

Commit

Permalink
Update Observium download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Oct 7, 2021
1 parent 59ff864 commit 040a216
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/check_update.sh
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
set -e

LATEST_OBSERVIUM_VERSION=$(
wget https://www.observium.org/observium-community-latest.tar.gz -O - -q \
wget https://observium.org/observium-community-latest.tar.gz -O - -q \
| tar -xzf - --occurrence=1 --to-stdout observium/VERSION \
| sed 's|Observium CE ||'
)
2 changes: 1 addition & 1 deletion .github/scripts/update.sh
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ echo "Going to update Observium from $LATEST_GIT_VERSION to $LATEST_OBSERVIUM_VE
mkdir -p .new

echo "Extracting Observium archive..."
wget https://www.observium.org/observium-community-latest.tar.gz -O - -q \
wget https://observium.org/observium-community-latest.tar.gz -O - -q \
| tar -xzf - -C .new

echo "Copying files..."

0 comments on commit 040a216

Please sign in to comment.