diff --git a/alternative.sh b/alternative.sh index 3e85a50..819a9e1 100755 --- a/alternative.sh +++ b/alternative.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/busybox sh # Alternative is a script to manage files provided by multiple packages diff --git a/fetchers/http.sh b/fetchers/http.sh index fd466de..aacedf7 100755 --- a/fetchers/http.sh +++ b/fetchers/http.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/busybox sh if [ $# -ne 3 ]; then echo "Usage: $0 REPO PATH DEST" diff --git a/fetchers/https.sh b/fetchers/https.sh index f59e784..4e43810 100755 --- a/fetchers/https.sh +++ b/fetchers/https.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/busybox sh if [ $# -ne 3 ]; then echo "Usage: $0 REPO PATH DEST" diff --git a/inst.sh b/inst.sh index 63f7937..a4468a5 100755 --- a/inst.sh +++ b/inst.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/busybox sh fail() { echo "ERROR: $1" >&2 diff --git a/lpkg.sh b/lpkg.sh index d56a0ce..d68d0ee 100755 --- a/lpkg.sh +++ b/lpkg.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/busybox sh fail() { echo "ERROR: $1" >&2 diff --git a/rm.sh b/rm.sh index 97440d7..3fe608e 100755 --- a/rm.sh +++ b/rm.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/busybox sh # Script to remove a package