From ad22040fbb6d4950eb55ac3e1fa55c537744b6d0 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 6e576b5c..f89624d3 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