Просмотр исходного кода

move automatic backups to the end of the install sequence

Bob Mottram 10 лет назад
Родитель
Сommit
cb8d705564
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Просмотреть файл

3805
 configure_internet_protocol
3805
 configure_internet_protocol
3806
 configure_ssh
3806
 configure_ssh
3807
 check_hwrng
3807
 check_hwrng
3808
-backup_to_friends_servers
3809
 search_for_attached_usb_drive
3808
 search_for_attached_usb_drive
3810
 regenerate_ssh_keys
3809
 regenerate_ssh_keys
3811
 script_to_make_self_signed_certificates
3810
 script_to_make_self_signed_certificates
3838
 install_redmatrix
3837
 install_redmatrix
3839
 install_dlna_server
3838
 install_dlna_server
3840
 install_mediagoblin
3839
 install_mediagoblin
3840
+backup_to_friends_servers
3841
 install_final
3841
 install_final
3842
 apt-get -y --force-yes autoremove
3842
 apt-get -y --force-yes autoremove
3843
 echo 'Freedombone installation is complete'
3843
 echo 'Freedombone installation is complete'