Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 11, 2025
1 parent a6832db commit c093c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi-image/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [ -n "$SELECTED_URL" ]; then
echo "Installing from $SELECTED_URL"

# download it
wget "$SELECTED_URL" -O /tmp/satellite-update.tar.gz -q --show-progress
wget "$SELECTED_URL" -O /tmp/satellite-update.tar.gz --show-progress

# extract download
echo "Extracting..."
Expand Down

0 comments on commit c093c52

Please sign in to comment.