notes: change script for copy-paste
This commit is contained in:
parent
c021660fe1
commit
febd286804
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue