Install Discourse on Ubuntu or Debian for Development

Maybe you don’t have wget installed?

Check if you do with

which wget

If not you can probably install it with

sudo apt-get install wget -y
3 Likes