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
The script states, that curl is not installed (Debian 12 Bookworm)
root@server:~# ./dyndns.sh
Error: Record_Name: : To run the script 'curl' is needed, but it seems not to be installed.
Error: Record_Name: : Please check 'https://github.com/FarrowStrange/hetzner-api-dyndns#install-tools' for more informations and try again.
/usr/bin/curl
But in fact, it is installed:
root@server:~# apt install curl
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
curl is already the newest version (7.88.1-10+deb12u4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@server:~# command -v curl
/usr/bin/curl
root@server:~# curl
curl: try 'curl --help' or 'curl --manual' for more information
The text was updated successfully, but these errors were encountered:
The script states, that curl is not installed (Debian 12 Bookworm)
But in fact, it is installed:
The text was updated successfully, but these errors were encountered: