diff options
| author | 2019-04-18 10:29:47 +0530 | |
|---|---|---|
| committer | 2019-04-18 15:24:21 +0530 | |
| commit | a80ed0554dc677a26aca8a7a967cd60e1192edd4 (patch) | |
| tree | e641fb20f72d10cc53b176cc4c1805be8f00d69b /user-scripts/upgrade | |
| parent | b39dd626904d7b316fc17c7b47a7f32f8b11083d (diff) | |
| download | nnn-a80ed0554dc677a26aca8a7a967cd60e1192edd4.tar.gz | |
Update docs
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 |