mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-08 18:10:30 +08:00
install.sh: install dep first
This commit is contained in:
parent
1abc0ea646
commit
8292737ddd
@ -232,8 +232,8 @@ uninstall_update(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
install(){
|
install(){
|
||||||
install_update
|
|
||||||
if [[ "$INSTALL_DEP" == "1" ]]; then install_dependencies; fi
|
if [[ "$INSTALL_DEP" == "1" ]]; then install_dependencies; fi
|
||||||
|
install_update
|
||||||
preinstall_check
|
preinstall_check
|
||||||
install_crontab
|
install_crontab
|
||||||
install_file_content
|
install_file_content
|
||||||
|
Loading…
x
Reference in New Issue
Block a user