mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Fix "bash: command not found" error
parent
c8124a5331
commit
125e4f251f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue