Adjusted script to only modify repos for the moment.
All checks were successful
/ deploy (push) Successful in 0s
All checks were successful
/ deploy (push) Successful in 0s
This commit is contained in:
parent
33ed530e9c
commit
76276a6c2f
|
|
@ -249,14 +249,14 @@ _install_extras_if_asked() {
|
|||
_main() {
|
||||
_disable_default_repos
|
||||
_install_local_repos
|
||||
_install_golang
|
||||
_install_ghq
|
||||
_clone_yadm
|
||||
_link_yadm_script
|
||||
_move_old_init_to_backup
|
||||
_clone_yadm_dotz
|
||||
_install_x_if_asked "$@"
|
||||
_yadm_bootstrap
|
||||
#_install_golang
|
||||
#_install_ghq
|
||||
#_clone_yadm
|
||||
#_link_yadm_script
|
||||
#_move_old_init_to_backup
|
||||
#_clone_yadm_dotz
|
||||
#_install_x_if_asked "$@"
|
||||
#_yadm_bootstrap
|
||||
#_install_extras_if_asked
|
||||
}
|
||||
_main "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue