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:
parent
6cc383a471
commit
62dd123226
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue