Skip to content

Commit 7bd5092

Browse files
removed prerequists package installations
btrfs-progs and gptfdisk are already available out of the box. No idea why glibc is not required here
1 parent 232b45e commit 7bd5092

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/tabs/system-setup/arch/server-setup.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,6 @@ if [ ! -d "/mnt" ]; then
321321
mkdir /mnt
322322
fi
323323
echo -ne "
324-
-------------------------------------------------------------------------
325-
Installing Prerequisites
326-
-------------------------------------------------------------------------
327-
"
328-
pacman -S --noconfirm --needed gptfdisk btrfs-progs glibc
329-
echo -ne "
330324
-------------------------------------------------------------------------
331325
Formatting Disk
332326
-------------------------------------------------------------------------

0 commit comments

Comments
 (0)