Skip to content

Commit d304513

Browse files
committed
fix: remove sudo prompt from install scripts
1 parent 58fa108 commit d304513

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/server/install-script.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ echo ""
1616
TMPDIR="\${TMPDIR:-/tmp}"
1717
OPENBOOT_BIN="\$TMPDIR/openboot-\$\$"
1818
19-
echo "Some installations require admin privileges."
20-
sudo -v
2119
trap 'rm -f "\$OPENBOOT_BIN"' EXIT
2220
2321
install_xcode_clt() {

0 commit comments

Comments
 (0)