From d4afd4846ebc9cf4c1c4d2537a95d1b231f20320 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sat, 22 Jul 2023 16:29:14 +0200 Subject: [PATCH] reload profile after installing volta --- 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" }