File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments