diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index 1619767e..a8d3eea5 100644 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -3,7 +3,6 @@ function runSetup set -l dir (status dirname) source "$dir/../Scripts/config.fish" source "$dir/../Scripts/hooks.fish" - set -l name (getConfig valhalla.setupUser.name) set -l mountDir (getConfig valhalla.partition.rootDir) set -l projectRoot (realpath "$dir/../../..") set -l projectName (basename "$projectRoot")