From 3c8719450d5fb1caea14be76d8897813b77989b3 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 2 Jan 2026 10:42:58 -0500 Subject: [PATCH] Added spacing between mount commands --- mount.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mount.sh b/mount.sh index d9ac8ca..c3117f9 100755 --- a/mount.sh +++ b/mount.sh @@ -6,14 +6,17 @@ mount \ --types proc \ proc \ /mnt/proc + mount \ --types sysfs \ sys \ /mnt/sys + mount \ --bind \ /dev \ /mnt/dev + mount \ --types devpts \ pts \