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"
This commit is contained in:
Alexander Hess 2023-09-13 11:31:34 +02:00
parent 6cc383a471
commit 62dd123226
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -89,10 +89,6 @@ if _command_exists zsh; then
fi 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 # Warn user if ~/.local/pipx already exists
# => As we use the custom $XDG_DATA_HOME/pipx location, # => As we use the custom $XDG_DATA_HOME/pipx location,
# the user should NOT `pipx`'s default install location as well # the user should NOT `pipx`'s default install location as well