Skip to content

Commit bb8ba99

Browse files
committed
Remove ruby mount
1 parent a88b8a2 commit bb8ba99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configs/airootfs/root/.automated_script.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ install_base_system() {
8686
mkdir -p /mnt/var/cache/omarchy/mirror/offline
8787
mount --bind /var/cache/omarchy/mirror/offline /mnt/var/cache/omarchy/mirror/offline
8888

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-
9389
# No need to ask for sudo during the installation (omarchy itself responsible for removing after install)
9490
mkdir -p /mnt/etc/sudoers.d
9591
cat >/mnt/etc/sudoers.d/99-omarchy-installer <<EOF

0 commit comments

Comments
 (0)