diff --git a/partitions.sh b/partitions.sh index 5043f8a..212df5d 100644 --- a/partitions.sh +++ b/partitions.sh @@ -23,4 +23,4 @@ echo # default, extend partition to end of disk echo a # make a partition bootable echo 1 # bootable partition is partition 1 -- /dev/sda1 echo w # Write changes -) | sudo fdisk /dev/sda \ No newline at end of file +) | fdisk /dev/sda \ No newline at end of file