Skip to content

Latest commit

 

History

History
103 lines (74 loc) · 2.71 KB

README.md

File metadata and controls

103 lines (74 loc) · 2.71 KB

Shell_Script_Linux

This is a shell script for you to have everything when formatting your linux

This script is under development

Before starting script recommended to update the system before

"Buy Me A Coffee"

Linux

Ubuntu | Debian | Arch | Kali Linux | Parrot OS | Linux Mint | Fedora

Install

with Git

  git clone https://github.com/suchsoak/Shell_Script_Linux.git
  chmod +X script.sh or chmod 777 script.sh       

Note

You need install lsb-release for work, see in requirements.txt

Docker

Arch Linux

   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

Ubuntu - Debian

   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

Fedora Linux

   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  

Termux

Android

Note

For termux i will use "uname"

Script for Termux still in development

elif [ "$(uname -o)" == "Android" ]; then

Usage

  bash script.sh

Packages | Programming language

  curl             | Ruby (gem)
  wget             | Lua
  git              | gcc 
  vim              | g++
  net-tools        | Nodejs
  neofetch         | Python (pip) 
  inxi             | SQL
  smartmontools    | Java
  wireless_tools   
  xdg-utils
  lsb-release
  libwacom-bin
  libwacom-common
  Docker or Docker.io
  rpm (for fedora)
  Visual Code studio
  Brave Browser
Downloads Links
VISUAL CODE STUDIO https://code.visualstudio.com/
BRAVE BROWSER https://brave.com/pt-br/download/
Python https://www.python.org/
Ruby https://www.ruby-lang.org/en/
Lua https://www.lua.org/download.html
nodejs https://nodejs.org/en
Mysql https://www.mysql.com/
Docker https://www.docker.com/
RPM https://docs.fedoraproject.org/en-US/fedora/latest/system-administrators-guide/RPM/
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