We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88b8a2 commit bb8ba99Copy full SHA for bb8ba99
configs/airootfs/root/.automated_script.sh
@@ -86,10 +86,6 @@ install_base_system() {
86
mkdir -p /mnt/var/cache/omarchy/mirror/offline
87
mount --bind /var/cache/omarchy/mirror/offline /mnt/var/cache/omarchy/mirror/offline
88
89
- # Mount the ruby directory so it's accessible in the chroot
90
- mkdir -p /mnt/var/cache/omarchy/ruby
91
- mount --bind /var/cache/omarchy/ruby /mnt/var/cache/omarchy/ruby
92
-
93
# No need to ask for sudo during the installation (omarchy itself responsible for removing after install)
94
mkdir -p /mnt/etc/sudoers.d
95
cat >/mnt/etc/sudoers.d/99-omarchy-installer <<EOF
0 commit comments