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