Fix "bash: command not found" error

Frank Denis 2020-04-28 00:29:52 +02:00
parent c8124a5331
commit 125e4f251f

@ -24,8 +24,8 @@ This script needs to be run as `root`.
It assumes that you are running Linux on an `x86_64` CPU. Change `linux` and `x86_64` in the `PLATFORM` and `CPU_ARCH` variables respectivly to the actual platform you are running if it is different (for example, on a Raspberry Pi, it should probably be `linux_arm` instead of `linux_x86_64`).
```bash
#!/usr/bin/env bash
```sh
#! /bin/sh
INSTALL_DIR="/opt/dnscrypt-proxy"
LATEST_URL="https://api.github.com/repos/DNSCrypt/dnscrypt-proxy/releases/latest"