From 62dd12322672af11c948a1540d642975cf4e3d5e Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Wed, 13 Sep 2023 11:31:34 +0200 Subject: [PATCH] Move code snippet to ~/data/getraenkemarkt/shell ... ... as the `sudo tee` may cause some weird troubles on some servers. E.g., "sudo: mon_handle_sigchld: waitpid: No child processes" --- .local/share/dotfiles/setup.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.local/share/dotfiles/setup.sh b/.local/share/dotfiles/setup.sh index 1ee569a..f8b4563 100755 --- a/.local/share/dotfiles/setup.sh +++ b/.local/share/dotfiles/setup.sh @@ -89,10 +89,6 @@ if _command_exists zsh; then fi -# Disable the creation of ~/.sudo_as_admin_successful -echo 'Defaults !admin_flag' | sudo tee /etc/sudoers.d/disable_admin_note - - # Warn user if ~/.local/pipx already exists # => As we use the custom $XDG_DATA_HOME/pipx location, # the user should NOT `pipx`'s default install location as well