Skip to content

Commit

Permalink
Update spk endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kwent committed Jan 9, 2020
1 parent cb3dc24 commit 88b652e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ node_modules
*.secret.*
gen
.env
scripts/usdl.synology.com/
scripts/archive.synology.com/
npm-debug.log
tmp
tmp
2 changes: 1 addition & 1 deletion scripts/download_spk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ for pkg in ${PACKAGES[@]}; do
done
done

wget --execute="robots = off" --mirror --convert-links --no-parent --accept $str https://usdl.synology.com/download/spk/
wget --execute="robots = off" --mirror --convert-links --no-parent --accept $str https://archive.synology.com/download/Package/spk

0 comments on commit 88b652e

Please sign in to comment.