Prompt backup config during install

This commit is contained in:
Manuel Thalmann 2024-12-05 10:40:59 +01:00
parent 3a5e0b7a83
commit 266b1813eb

View file

@ -4,6 +4,7 @@ source "$dir/../../lib/action.fish"
function installAction -V dir function installAction -V dir
source "$dir/../../lib/hooks.fish" source "$dir/../../lib/hooks.fish"
source "$dir/../../lib/restoration.fish"
if not type -q getDeploymentScript if not type -q getDeploymentScript
function getDeploymentScript function getDeploymentScript
@ -13,6 +14,7 @@ function installAction -V dir
end end
set -l deployScript (getDeploymentScript) set -l deployScript (getDeploymentScript)
initBackupConfig --action restore
runHook initialize || true runHook initialize || true
and runHook installOS || true and runHook installOS || true