Browse Source

added pre-requisites

panda 1 year ago
parent
commit
1ff6c300f3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -14,13 +14,13 @@ if you are after complete certainty of data removal from your drives then it's b
 
 ### usage:
 
-```
+```bash
 ./wiper.sh sdb
 ```
 
 in case you want to override the disk health check to wipe a broken disk:
 
-```
+```bash
 ./wiper.sh sdb --override
 ```
 
@@ -39,7 +39,7 @@ in case you want to override the disk health check to wipe a broken disk:
 - smartmontools
 - pv
 
-```
+```bash
 apt install pv smartmontools
 ```