From d18eac86bb5427a643fa444cdb243d890f907f6d Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sat, 22 Jul 2023 16:37:07 +0200 Subject: [PATCH] fix missing volta command (#58) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### :book: Summary - reload profil #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. | Choice | Test Method | | :----: | :----------- | | ✅ | CI pipeline tests | | | Custom test | | | No test plan | ##### Details / Justification #### :books: Additional Notes Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/58 --- arkanum | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arkanum b/arkanum index f8d8a08..bd0c11c 100755 --- a/arkanum +++ b/arkanum @@ -149,6 +149,8 @@ function instNodeJS2() { function instVolta() { say "Installing Volta as NodeJS version manager..." "Volta" curl -#fSl https://get.volta.sh | bash + # shellcheck disable=SC1090 + source ~/.profile say "done." "Volta" }