mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 17:37:01 +08:00
install.sh: prepare config earlier
This commit is contained in:
parent
2433f2c562
commit
2d628580de
|
@ -265,9 +265,9 @@ uninstall_update()
|
||||||
install()
|
install()
|
||||||
{
|
{
|
||||||
if [[ "$INSTALL_DEP" == "1" ]]; then install_dependencies; fi
|
if [[ "$INSTALL_DEP" == "1" ]]; then install_dependencies; fi
|
||||||
|
prepare_config
|
||||||
install_update
|
install_update
|
||||||
preinstall_check
|
preinstall_check
|
||||||
prepare_config
|
|
||||||
install_crontab
|
install_crontab
|
||||||
install_file_content
|
install_file_content
|
||||||
install_symlink
|
install_symlink
|
||||||
|
|
Loading…
Reference in New Issue
Block a user