diff --git a/scripts/install b/scripts/install index 8a2f0e4..cc6ebc1 100644 --- a/scripts/install +++ b/scripts/install @@ -1,4 +1,5 @@ -#================================================= +#!/bin/bash +##================================================= # GENERIC START #================================================= # IMPORT GENERIC HELPERS diff --git a/scripts/restore b/scripts/restore index 2bc111d..f8514e2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -1,3 +1,4 @@ +#!/bin/bash #================================================= # GENERIC START #=================================================