From e0d55fba23519210ca74a01d5d70dbb00fcb8449 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Wed, 13 Oct 2021 21:23:36 -0300 Subject: [PATCH] docs: install script method removed Signed-off-by: Carlos A Becker --- www/docs/install.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/www/docs/install.md b/www/docs/install.md index 49bd013..a54832f 100644 --- a/www/docs/install.md +++ b/www/docs/install.md @@ -59,12 +59,6 @@ sudo yum install nfpm Download the `.deb`, `.rpm` or `.apk` from the [releases page][releases] and install them with the appropriate tools. -### shell script - -```sh -curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh -``` - ### go install ```sh