Skip to content

Commit 7a6763c

Browse files
authored
Update README.md
1 parent eaa475f commit 7a6763c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
!["Fedora"](https://img.shields.io/badge/Fedora-294172?style=for-the-badge&logo=fedora&logoColor=white)
1919
!["Debian"](https://img.shields.io/badge/Debian-A81D33?style=for-the-badge&logo=debian&logoColor=white)
2020
!["Arch linux"](https://img.shields.io/badge/Arch_Linux-1793D1?style=for-the-badge&logo=arch-linux&logoColor=white)
21+
!["OpenSUSE"](https://img.shields.io/badge/SUSE-0C322C?style=for-the-badge&logo=SUSE&logoColor=white)
2122

2223
## Install
2324

@@ -44,24 +45,30 @@
4445
4546
## Docker
4647

47-
**Arch Linux**
48+
`Arch Linux`
4849

4950
```sh
5051
pacman -Sy --noc && pacman -S sudo --noc && pacman -S git --noc && pacman -S nano --noc && sudo pacman -S lsb-release --noc && clear && git clone https://github.com/suchsoak/Shell_Script_Linux.git && cd Shell_Script_Linux && chmod +X script.sh && clear && bash script.sh
5152
```
5253

53-
**Ubuntu - Debian**
54+
`Ubuntu - Debian`
5455

5556
```sh
5657
apt update && apt install git -y && apt install sudo -y && sudo apt install lsb-release -y && git clone https://github.com/suchsoak/Shell_Script_Linux.git && cd Shell_Script_Linux && chmod 777 script.sh && clear && bash ./script.sh
5758
```
5859

59-
**Fedora Linux**
60+
`Fedora Linux`
6061

6162
```sh
6263
dnf update -y && dnf install git -y && dnf install sudo -y && sudo dnf install redhat-lsb-core -y && git clone https://github.com/suchsoak/Shell_Script_Linux.git && cd Shell_Script_Linux && chmod 777 script.sh && clear && bash ./script.sh
6364
```
6465

66+
`openSUSE`
67+
68+
```sh
69+
zypper update && zypper in -y git && zypper in -y sudo && sudo zypper in -y lsb-release && git clone https://github.com/suchsoak/Shell_Script_Linux.git && cd Shell_Script_Linux && chmod 777 script.sh && clear && bash ./script.sh
70+
```
71+
6572
### **Dockerfile**
6673

6774
### Usage

0 commit comments

Comments
 (0)