From aadc8c87f8fe8978c36a21c8598abd2e94b6aa05 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 13 Sep 2024 15:05:51 +0200 Subject: [PATCH] Remove redundant script call --- scripts/Common/OS/install.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index 1f47bc15..4c8a952f 100755 --- a/scripts/Common/OS/install.fish +++ b/scripts/Common/OS/install.fish @@ -28,8 +28,6 @@ if [ (id -u) -eq 0 ] rm "$sudoConfig" userdel -rf "$name" else - source "$dir/../Software/bash/main.fish" - if not type -q getDeploymentScript function getDeploymentScript echo "No deployment script specified! No software will be installed." 1>&2