pulled common upgrade parts for Mint and Ubuntu out to make install scripts not duplicate content

This commit is contained in:
2025-08-16 10:54:36 +10:00
parent ff705095dc
commit 1eb28f6975
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
OD=$1
# FIX /etc/fstab (likely this would work) -- relies on you already having installed with /home AND UUID/mount options not changing
grep '/export' $OD/etc/fstab >> /etc/fstab
grep '/backup' $OD/etc/fstab >> /etc/fstab