Remove unnecesary echo

This commit is contained in:
Santiago Lo Coco 2022-01-02 23:00:07 -03:00
parent 240a2abe52
commit 73f086fb8a
1 changed files with 0 additions and 3 deletions

View File

@ -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() {