77
88** Before starting script recommended to update the system before**
99
10-
11- [ ![ "Buy Me A Coffee"] ( https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png )] ( https://www.buymeacoffee.com/m100047r )
12-
13-
1410# Linux
15-
16- Ubuntu | Debian | Arch | Kali Linux | Parrot OS | Linux Mint | Fedora
11+ ![ "Ubuntu"] ( https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white )
12+ ![ "LinuxMint"] ( https://img.shields.io/badge/Linux_Mint-87CF3E?style=for-the-badge&logo=linux-mint&logoColor=white )
13+ ![ "Kali linux"] ( https://img.shields.io/badge/Kali_Linux-557C94?style=for-the-badge&logo=kali-linux&logoColor=white )
14+ ![ "Fedora"] ( https://img.shields.io/badge/Fedora-294172?style=for-the-badge&logo=fedora&logoColor=white )
15+ ![ "Debian"] ( https://img.shields.io/badge/Debian-A81D33?style=for-the-badge&logo=debian&logoColor=white )
16+ ![ "Arch linux"] ( https://img.shields.io/badge/Arch_Linux-1793D1?style=for-the-badge&logo=arch-linux&logoColor=white )
1717
1818## Install
1919
@@ -38,27 +38,27 @@ Ubuntu | Debian | Arch | Kali Linux | Parrot OS | Linux Mint | Fedora
3838
3939## Docker
4040
41- Arch Linux
41+ ** Arch Linux**
4242
4343``` sh
4444 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
4545```
4646
47- Ubuntu - Debian
47+ ** Ubuntu - Debian**
4848
4949``` sh
5050 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
5151```
5252
53- Fedora Linux
53+ ** Fedora Linux**
5454
5555``` sh
5656 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
5757```
5858
5959# Termux
6060
61- > Android
61+ ![ " Android" ] ( https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white )
6262
6363> [ !Note]
6464> For termux i will use "uname"
@@ -109,4 +109,9 @@ elif [ "$(uname -o)" == "Android" ]; then
109109| RPM | https://docs.fedoraproject.org/en-US/fedora/latest/system-administrators-guide/RPM/
110110| lsb-release | https://www.howtogeek.com/691214/how-to-check-the-linux-kernel-and-operating-system-version/ or https://manpages.debian.org/bullseye/lsb-release/lsb_release.1.en.html
111111
112+ # License & Copyright
113+ BSD 3-Clause "New" or "Revised" License
114+
115+ [ ![ "Buy Me A Coffee"] ( https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png )] ( https://www.buymeacoffee.com/m100047r )
116+
112117
0 commit comments