We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872e008 commit aa9d7dbCopy full SHA for aa9d7db
src/hooks.server.ts
@@ -15,9 +15,7 @@ OPENBOOT_BIN="\$TMPDIR/openboot-\$\$"
15
16
echo "Some installations require admin privileges."
17
sudo -v
18
-( while true; do sudo -n true; sleep 50; done ) 2>/dev/null &
19
-SUDO_KEEPALIVE_PID=\$!
20
-trap 'kill \$SUDO_KEEPALIVE_PID 2>/dev/null; rm -f "\$OPENBOOT_BIN"; true' EXIT
+trap 'rm -f "\$OPENBOOT_BIN"' EXIT
21
22
install_xcode_clt() {
23
if xcode-select -p &>/dev/null; then
0 commit comments