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