diff options
| author | brockar <martin@mguz.dev> | 2026-01-22 20:56:44 -0300 |
|---|---|---|
| committer | brockar <martin@mguz.dev> | 2026-01-22 20:56:44 -0300 |
| commit | ff1e6fb0e529fbae01c75cd7abe00605130a0f96 (patch) | |
| tree | 3cef30d3bd9a5c8bcaebd774560dd4bfe216b3e3 /copy.sh | |
| parent | 16ce0ba50456256602019b37df369ac9a7307633 (diff) | |
fix: check current version
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -167,6 +167,7 @@ while [[ $# -gt 0 ]]; do esac shift done +INSTALLED_VERSION=$(get_installed_dotfiles_version) EXPRESS_SUPPORTED=0 if express_supported; then EXPRESS_SUPPORTED=1 @@ -479,7 +480,7 @@ printf "\n%.0s" {1..1} restore_hypr_assets "$LOG" "$EXPRESS_MODE" printf "\n%.0s" {1..1} -restore_user_configs "$LOG" "$EXPRESS_MODE" +restore_user_configs "$LOG" "$EXPRESS_MODE" "$INSTALLED_VERSION" printf "\n%.0s" {1..1} restore_user_scripts "$LOG" "$EXPRESS_MODE" |
