From 73f086fb8a12d5074ace7b2297691f7680985dc6 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco <santilococo.01@gmail.com> Date: Sun, 2 Jan 2022 23:00:07 -0300 Subject: [PATCH] Remove unnecesary echo --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 66c7f3b..046bcde 100755 --- a/install.sh +++ b/install.sh @@ -223,9 +223,6 @@ installImportantPackages() { generateFstab() { genfstab -U /mnt > /mnt/etc/fstab - if [ -n "$swapfile" ]; then - echo "/swapfile none swap defaults 0 0" > /mnt/etc/fstab - fi } setTimeZone() {