فشل تثبيت Docker لعدم تثبيت curl

root@forum:/var/discourse# cd /var/discourse
root@forum:/var/discourse# git pull
Already up to date.
root@forum:/var/discourse# ./discourse-setup
Failed to find docker or docker.io on your PATH.
Enter to install Docker from https://get.docker.com/ or Ctrl+C to exit
./discourse-setup: line 134: curl: command not found
Still failed to find docker or docker.io on your PATH.
Docker install failed. Quitting.
root@forum:/var/discourse# 

You’ll need to install docker, or at least install curl so that Discourse-setup has a chance.

apt install -y curl

Should do it if you’re using Ubuntu or debian. If you’re not using one of those you’ll have to use Google to figure out how.

إعجاب واحد (1)

Thank you, God bless.

إعجاب واحد (1)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.