From a378e909a11b8585e05cc1688ffc351fb525e2c7 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 20 Mar 2025 22:28:13 +0000 Subject: [PATCH] Updated default disk as /dev/sda --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d861e7a..7f4f019 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Define the disk to partition -DISK="/dev/sdX" +DISK="/dev/sda" # Create a new partition table parted $DISK -- mklabel gpt