Skip to content

Commit 6f31da9

Browse files
authored
Update README.md
Docker - lsb-release
1 parent b670321 commit 6f31da9

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,26 @@ Ubuntu | Debian | Arch | Kali Linux | Parrot OS | Linux Mint | Fedora
2424
> [!Note]
2525
> You need install lsb-release for work, see in requeriments.txt
2626
27+
## Docker
28+
29+
Arch Linux
30+
31+
```sh
32+
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
33+
```
34+
35+
Ubuntu - Debian
36+
37+
```sh
38+
apt update && apt install git -y && apt install sudo -y && sudo apt insall 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
39+
```
40+
41+
Fedora Linux
42+
43+
```sh
44+
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
45+
```
46+
2747
## Usage
2848

2949
```sh

0 commit comments

Comments
 (0)