We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
because it calls the genode/Makefile, which requires sudo in several commands. this should be done without sudo
The text was updated successfully, but these errors were encountered:
sudo is only called in necessary places:
sudo
% grep -r 'sudo' Makefile sudo apt-get update -qq sudo apt-get install -qq libncurses5-dev texinfo autogen autoconf2.64 g++ libexpat1-dev \ @sudo vde_tunctl -u $(USER) -t tap0 @sudo ip link set dev tap0 address 76:5e:06:6a:7e:87 @sudo ifconfig tap0 10.200.40.10 up @sudo cp config-data/dhcpd.conf /etc/dhcp/dhcpd.conf @sudo cp config-data/isc-dhcp-server /etc/default/isc-dhcp-server @sudo service isc-dhcp-server start @-sudo vde_tunctl -d tap0 @sudo service isc-dhcp-server stop
Sorry, something went wrong.
irgendwie
BugUser0815
No branches or pull requests
because it calls the genode/Makefile, which requires sudo in several commands.
this should be done without sudo
The text was updated successfully, but these errors were encountered: