Parcourir la source

Change sequence to reduce the number of reboots

Bob Mottram il y a 10 ans
Parent
révision
38dbdf539f
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4
    4
      install-freedombone.sh

+ 4
- 4
install-freedombone.sh Voir le fichier

186
   echo ''
186
   echo ''
187
   echo '  *** Rebooting to initialise ssh settings and random number generator ***'
187
   echo '  *** Rebooting to initialise ssh settings and random number generator ***'
188
   echo ''
188
   echo ''
189
-  echo "  ***              Reconnect via ssh on port $SSH_PORT                 ***"
189
+  echo "  *** Reconnect via ssh on port $SSH_PORT, then run this script again  ***"
190
   echo ''
190
   echo ''
191
   reboot
191
   reboot
192
 }
192
 }
835
 update_the_kernel
835
 update_the_kernel
836
 enable_zram
836
 enable_zram
837
 random_number_generator
837
 random_number_generator
838
+configure_firewall
839
+configure_firewall_for_ssh
840
+configure_firewall_for_email
838
 configure_ssh
841
 configure_ssh
839
 regenerate_ssh_keys
842
 regenerate_ssh_keys
840
 set_your_domain_name
843
 set_your_domain_name
841
 time_synchronisation
844
 time_synchronisation
842
-configure_firewall
843
-configure_firewall_for_ssh
844
-configure_firewall_for_email
845
 configure_internet_protocol
845
 configure_internet_protocol
846
 script_to_make_self_signed_certificates
846
 script_to_make_self_signed_certificates
847
 configure_email
847
 configure_email