Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 43b66fd

Browse files
author
Michel Casabianca
committed
Fixed installation script
1 parent f486f51 commit 43b66fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#!/bin/sh
1+
#!/usr/bin/env sh
22
#
33
# Installation script for Unix platforms. To run installation, type :
44
#
5-
# $ sh -c "$(curl https://github.com/intercloud/gobinsec/releases/latest/download/install)"
5+
# $ sh -c "$(curl -L https://github.com/intercloud/gobinsec/releases/latest/download/install)"
66
#
77
# or (if you don't have curl installed):
88
#

0 commit comments

Comments
 (0)