Skip to content

Commit 2c0d2bb

Browse files
authored
Update README.md
1 parent 5ef7a23 commit 2c0d2bb

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Shell_Script_Linux
2-
This is a shell script for you to have everything when formatting your linux
32

4-
This script is under development
3+
**This is a shell script for you to have everything when formatting your linux**
54

6-
Before starting script recommended to update the system before
5+
**This script is under development**
6+
7+
**Before starting script recommended to update the system before**
78

89
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/m100047r)
910

@@ -21,7 +22,13 @@ Ubuntu | Debian | Arch | Kali Linux | Parrot OS | Linux Mint | Fedora
2122
```
2223

2324
```sh
24-
chmod +X script.sh or chmod 777 script.sh
25+
chmod +X script.sh
26+
```
27+
28+
### OR
29+
30+
```sh
31+
chmod 777 script.sh
2532
```
2633

2734
> [!Note]

0 commit comments

Comments
 (0)