Fix the black screen on first boot and the installer's missing directories

This commit is contained in:
2026-09-20 13:18:03 -04:00
parent 421c58fab0
commit f00d09eb02
12 changed files with 181 additions and 48 deletions
+5
View File
@@ -92,6 +92,11 @@ if [[ -L $blob_path ]]; then
say "remove BLOB_PATH symlink"
fi
if [[ -L $HOME/wallpapers ]]; then
rm -f "$HOME/wallpapers"
say "remove ~/wallpapers symlink"
fi
for relative in blob/shell.json uwsm/default uwsm/env.d/10-blob; do
restore_or_remove "$config_dir/$relative" "$relative"
done