From 26754e83f926373422bb14229b58489d2d50298e Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 1 Aug 2023 09:14:21 +0200 Subject: [PATCH] fix pwsh install when called as first command (#60) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### :book: Summary #### :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/60 --- arkanum | 1 + 1 file changed, 1 insertion(+) diff --git a/arkanum b/arkanum index bd0c11c..68a6b77 100755 --- a/arkanum +++ b/arkanum @@ -156,6 +156,7 @@ function instVolta() { function instPwsh() { say "Installing PowerShell requirements..." "PowerShell" + sudo -E apt-get update > /dev/null sudo -E apt-get install --no-install-recommends -y \ apt-transport-https \ software-properties-common