From ed88d0a5b55107383f48040187cc487886562f90 Mon Sep 17 00:00:00 2001 From: Didier Date: Wed, 23 Aug 2023 06:16:08 +0200 Subject: [PATCH] fix: add link home step --- sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sync.sh b/sync.sh index c3a4b09..593f38a 100644 --- a/sync.sh +++ b/sync.sh @@ -114,5 +114,6 @@ else __step_install_package_list __step_run_system_scripts __step_run_user_scripts + __step_link_home __step_overlay fi