diff options
Diffstat (limited to 'user-scripts/upgrade')
-rwxr-xr-x | user-scripts/upgrade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user-scripts/upgrade b/user-scripts/upgrade index 858a6a0..83b9949 100755 --- a/user-scripts/upgrade +++ b/user-scripts/upgrade @@ -1,8 +1,8 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # Description: Check and update to latest version of nnn manually on Debian 9 Stretch # -# Shell: bash +# Shell: POSIX-compliant # Author: Arun Prakash Jana # NOTE: This script installs a package, should be issued with admin privilege |