From bcb2f29e82c7783b61277f0ecf6f38422bc877de Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Sun, 15 Oct 2017 15:38:27 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'partitions.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- partitions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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