5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
mount -o remount,rw /
|
||
|
sed -i 's/ro/rw/2' /etc/fstab
|