From 77084cad7e287ca4dcfc83c14b8cedda18f13ed5 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sun, 7 May 2023 17:36:53 +0200 Subject: [PATCH] Remove unneeded linked directory --- nixos/install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/install.sh b/nixos/install.sh index f899d6d..9d21d23 100755 --- a/nixos/install.sh +++ b/nixos/install.sh @@ -11,11 +11,11 @@ DIR=$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd ) echo "Installing NixOS..." -if [ -d /etc/nixos/ssh ]; then - echo "Directory /etc/nixos/ssh exists - skipping." -else - sudo ln -s $DIR/../ssh /etc/nixos/ssh || echo "Could not link ssh assets" -fi +#if [ -d /etc/nixos/ssh ]; then +# echo "Directory /etc/nixos/ssh exists - skipping." +#else +# sudo ln -s $DIR/../ssh /etc/nixos/ssh || echo "Could not link ssh assets" +#fi pushd $DIR