From 1f27aee39c012b5b1bd24a8e347b189c643cefb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Jul 2022 15:51:33 +0200 Subject: [PATCH] Remove redundant fixing of DOTDIR --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 12ecea7..36c6fb6 100755 --- a/install.sh +++ b/install.sh @@ -87,7 +87,3 @@ if [[ $NAME == "Ubuntu" ]] ; then fi cd "$DOTDIR" && make - -# fix permissions of the directory -sudowrap chgrp -R dotfiles "${DOTDIR}" -sudowrap chmod g+wX "${DOTDIR}"