Skip to content

Commit a140ee9

Browse files
committed
bootstrap.sh: Use sudo -E
Signed-off-by: Hector Martin <[email protected]>
1 parent a85b6c9 commit a140ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo
3535
if [ "$USER" != "root" ]; then
3636
echo "The installer needs to run as root."
3737
echo "Please enter your sudo password if prompted."
38-
exec sudo ./install.sh "$@"
38+
exec sudo -E ./install.sh "$@"
3939
else
4040
exec ./install.sh "$@"
4141
fi

0 commit comments

Comments
 (0)