You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GregJohnStewart
changed the title
[FR]: Update one-liner installer to use curl instead of wget
[FR]: SND- Update one-liner installer to use curl instead of wget
Oct 16, 2024
Software
SNH - Station Captain
Describe what you'd like to see
wget isn't always installed by default.
Rework:
bash <(wget -q -O - https://deployment.openquartermaster.com/repos/main/deb/setup-repo.sh)
To use
curl
, which is more widely installed. Also, doublecheck this factIs your feature request related to a problem?
No response
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: