diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-10-15 12:53:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 12:53:10 +0200 |
commit | 01ee9242e4d1dd7de95b7eccc9658d7129a5cd41 (patch) | |
tree | 46438267c0508eb2b560f312243dca814382ae99 | |
parent | 9586c1e997368c646c673bd6026214a10bf55357 (diff) | |
download | Luxcena-Neo-01ee9242e4d1dd7de95b7eccc9658d7129a5cd41.tar.gz Luxcena-Neo-01ee9242e4d1dd7de95b7eccc9658d7129a5cd41.zip |
:hammer: Manually add all paths
-rwxr-xr-x | bin/luxcena-neo-cli.sh | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/luxcena-neo-cli.sh b/bin/luxcena-neo-cli.sh index 161293e..9157047 100755 --- a/bin/luxcena-neo-cli.sh +++ b/bin/luxcena-neo-cli.sh @@ -108,8 +108,15 @@ printf "\e[37mLuxcena-\e[31mn\e[32me\e[34mo\e[37m-cli \e[90m[args: '$*']\n\n\e[0 action=$1 if [ "$action" == "update" ]; then - - tput rev + PATH=/bin:$PATH + PATH=/sbin:$PATH + PATH=/usr/local/sbin:$PATH + PATH=/usr/local/bin:$PATH + PATH=/usr/sbin:$PATH + PATH=/usr/bin:$PATH + PATH=/usr/sbin:$PATH + + tput rev printf '%s\n' "Luxcena-neo Updater" tput sgr0 printf '\e[93m%s\e[0m\n' "-------------------" |