Re: OT: Working on script to add Memtest86+ version 6.20 to Fedora boot menu

2023-06-07 Thread Michael D. Setzer II via users
On 7 Jun 2023 at 17:10, Go Canes wrote: From: Go Canes Date sent: Wed, 7 Jun 2023 17:10:51 -0400 Subject:Re: OT: Working on script to add Memtest86+ version 6.20 to Fedora boot menu To: mi...@guam.net, Community

Re: OT: Working on script to add Memtest86+ version 6.20 to Fedora boot menu

2023-06-07 Thread Go Canes
On Wed, Jun 7, 2023 at 12:53 PM Michael D. Setzer II via users wrote: > rm index.html -f > wget https://memtest.org/ > f=$(grep -m1 binaries.zip rm index.html -f [...] > Thanks for any suggestions.. replace above with: f=$(wget -O - https://memtest.org/ 2>/dev/null | grep -m1 binaries.zip | sed