Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl not found #39

Open
Giga-Pudding opened this issue Dec 10, 2023 · 2 comments
Open

curl not found #39

Giga-Pudding opened this issue Dec 10, 2023 · 2 comments

Comments

@Giga-Pudding
Copy link

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
@Giga-Pudding
Copy link
Author

Okay, after finding this issue, i understood what was going on: #23
The script should be fixed. I wasted too much time for this today -.-

@nsty
Copy link

nsty commented Jan 4, 2024

Thanks, same problem. I don't get why the header says /bin/sh if it only runs using bash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants