adds prompt to sudo for yubikey to make it easier to spot we are waiting for a key

This commit is contained in:
2024-11-02 23:46:52 +01:00
parent aa3510cf77
commit 5dd78f9490
5 changed files with 64 additions and 11 deletions

View File

@ -234,7 +234,6 @@ if [ "$#" -eq 0 ]; then
homemanager
cargopkgs
pipxpkgs
dockercmd
git_repos
flatpakpkgs
tailscalecmd
@ -263,7 +262,6 @@ else
cargopkgs
pipxpkgs
flatpakpkgs
dockercmd
tailscalecmd
;;
--pipx)
@ -275,9 +273,6 @@ else
--flatpak)
flatpakpkgs
;;
--docker)
dockercmd
;;
--tailscale)
tailscalecmd
;;