notes: change script for copy-paste

This commit is contained in:
Dmitriy Pleshevskiy 2023-06-05 13:56:54 +03:00
parent c021660fe1
commit febd286804
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ sdb 8:16 0 7G 0 disk
Increase size
```sh
nix-shell -p cloud-utils
growpart /dev/sda 1
nix-shell -p cloud-utils --run 'growpart /dev/sda 1'
resize2fs /dev/sda1
```