aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorbrockar <martin@mguz.dev>2026-01-22 20:56:44 -0300
committerbrockar <martin@mguz.dev>2026-01-22 20:56:44 -0300
commitff1e6fb0e529fbae01c75cd7abe00605130a0f96 (patch)
tree3cef30d3bd9a5c8bcaebd774560dd4bfe216b3e3 /copy.sh
parent16ce0ba50456256602019b37df369ac9a7307633 (diff)
fix: check current version
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/copy.sh b/copy.sh
index b061f4ac..d2c507ce 100755
--- a/copy.sh
+++ b/copy.sh
@@ -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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage