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