Make all the install files executable

This commit is contained in:
David Heinemeier Hansson
2025-08-25 07:37:34 +02:00
parent 661eed2640
commit e565768bed
41 changed files with 5 additions and 0 deletions

0
install/preflight/chroot.sh Normal file → Executable file
View File

View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Set first-run mode marker so we can install stuff post-installation
mkdir -p ~/.local/state/omarchy
touch ~/.local/state/omarchy/first-run.mode

0
install/preflight/guard.sh Normal file → Executable file
View File

0
install/preflight/migrations.sh Normal file → Executable file
View File

0
install/preflight/mirrorlist.sh Normal file → Executable file
View File

0
install/preflight/repositories.sh Normal file → Executable file
View File

0
install/preflight/show-env.sh Normal file → Executable file
View File

0
install/preflight/trap-errors.sh Normal file → Executable file
View File