Support automated setup

This commit is contained in:
Jason Ertel
2020-05-22 14:44:57 -04:00
parent 967148890c
commit 19cd57bce0
3 changed files with 84 additions and 0 deletions

View File

@@ -550,6 +550,9 @@ detect_os() {
disable_onion_user() {
# Disable the default account cause security.
usermod -L onion
# Remove the automated setup script from crontab, if it exists
crontab -u onion -r
}
disable_misc_network_features() {