From ac2cac8d4e20c7363594f9e520d2c79376cb8da6 Mon Sep 17 00:00:00 2001 From: Abraham Murciano Date: Mon, 27 Dec 2021 11:09:08 +0200 Subject: [PATCH] removed bash dependancy --- README.md | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fbdef8..2a1e52e 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Run the following command which will download, patch, then compile coreutils, pr ``` curl https://raw.githubusercontent.com/jarun/advcpmv/master/install.sh --create-dirs -o ./advcpmv/install.sh" -(cd advcpmv && bash install.sh) +(cd advcpmv && sh install.sh) ``` To install an older version than the latest one, you can specify which version you want by passing it as an argument to the install script. For example, if you want to install `advcpmv-0.8-8.32.patch` you would modify the second command above like so. ``` -(cd advcpmv && bash install.sh 0.8 8.32) +(cd advcpmv && sh install.sh 0.8 8.32) ``` ## Usage diff --git a/install.sh b/install.sh index ac093dc..e4a7544 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e