diff options
Diffstat (limited to 'packages/torouter-prep')
-rwxr-xr-x | packages/torouter-prep/src/torouter_preboot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/torouter-prep/src/torouter_preboot.sh b/packages/torouter-prep/src/torouter_preboot.sh index 8b23536..79523fa 100755 --- a/packages/torouter-prep/src/torouter_preboot.sh +++ b/packages/torouter-prep/src/torouter_preboot.sh @@ -55,7 +55,7 @@ install -o root -g root -m 750 $config_dir/sbin/tor-wireless-firewall.sh /usr/sb # Remove a bunch of stuff apt-get -f -y remove --purge polipo minissdpd -apt-get -y remove exim4-base exim4-config exim4-daemon-light dbus +apt-get -y remove exim4-base exim4-config exim4-daemon-light dbus isc-dhcp-server # Clean up apt #apt-get -y autoremove |