Skip to content

Commit d0ce25d

Browse files
chore: remove sudoers workaround that seems to no longer be needed
1 parent b6ee3c1 commit d0ce25d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

habitat/plan.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ pkg_bin_dirs=(
1818
pkg_svc_user="root"
1919

2020
do_prepare() {
21-
if ! ls "/etc/sudoers" &> "/dev/null"
22-
then
23-
echo "root ALL=(ALL) ALL" >> "/etc/sudoers"
24-
fi
2521
python -m venv "${pkg_prefix}"
2622
source "${pkg_prefix}/bin/activate"
2723
pip install --upgrade --force-reinstall "pip" "wheel" "setuptools"

0 commit comments

Comments
 (0)