Skip to content

Commit

Permalink
steamos-update shouldn't request a list.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Jul 13, 2024
1 parent 4ea8d99 commit 0671589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/steamfork/postcopy/usr/bin/steamos-update
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
source /etc/steamfork-release

### Grab a list of mirrors from steamfork.org, and pick one randomly.
MIRROR=$(steamfork-get-mirror random)
MIRROR=$(steamfork-get-mirror)

### If we don't have a mirror for whatever reason, use the system default.
if [ -z "${MIRROR}" ]
Expand Down

0 comments on commit 0671589

Please sign in to comment.