Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 417f3ba

Browse files
committed
Remove password prompt
1 parent a33816e commit 417f3ba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/commands/install.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ steps:
5353
exit;
5454
fi
5555
56-
if ! sudo -n true 2>/dev/null; then
57-
echo -e "${OK_COLOR}==> I need root privileges to continue, please type in your password.${NO_COLOR}"
58-
sudo -v
59-
fi
60-
6156
SUDO="sudo"
6257
fi
6358

0 commit comments

Comments
 (0)