Skip to content

Commit

Permalink
added unattended setup script for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Ryan committed Aug 4, 2021
1 parent ac2fc4e commit f40c574
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ubuntu-unattended-setup
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ if __name__ == '__main__':
openssl_bin = settings.dict['paths']['openssl']['bin']
dh_file = settings.dict['paths']['certs']['dh']

if input('Important: it is highly recommended that you run "apt -y update" and "apt -y upgrade" prior to running this setup script. Do you wish to proceed? Enter [y/N]: ').lower() != 'y':
sys.exit('Aborting.')
print()


print('\n[*] Removing stub files...\n')
Expand Down

0 comments on commit f40c574

Please sign in to comment.