One-click install fails under Ubuntu 24.04

#1
I'm transitioning from Windows, although I've used Linux for many years. Curl didn't exist, so I added it. When I tried to run the one-click command below, it failed. Attempts to manually create the directory also failed. Any hints on how to proceed?

$ sudo bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) -w
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
bash: /dev/fd/63: No such file or directory
0 85651 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (23) Failure writing output to destination

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
Codename: noble
 
Top