Skip to content

Commit

Permalink
fix: Add testing repo to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Jun 19, 2024
1 parent c8bf670 commit 9baa30d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Hydrunfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -e

# Frontend
if [ "$1" = "pwa" ]; then
# Setup repositories
echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >>/etc/apk/repositories

# Install Hugo
apk add curl make hugo dart-sass npm

Expand Down

0 comments on commit 9baa30d

Please sign in to comment.