This repo consists of bash scripts for installing developer softwares for multiple fields on Ubuntu 22.04LTS on any distro based on this version of ubuntu,

For installing the desired file Step 1- Clone the Repository Locally Step 2- Make the desired file executable, for e.g For Web Development: chmod +x web-dev-setup.sh chmod +x Step 3- Run the bash script using the command: ./.sh For e.g For Web Development: ./web-dev-setup.sh

Haider Abbas 38697d8b35 Merge remote-tracking branch 'origin' 1 年之前
README.md 5d8bcde41f Update README.md 1 年之前
devops-setup.sh 5b401bb446 Devops Install script added 1 年之前
ml-setup-student.sh bfd360be01 Machine Learning for student Install script added 1 年之前
ml-setup.sh ffa68b9226 Machine Learning Install script added 1 年之前
software-dev-setup.sh 1d0ec675cc Software Development Install script added 1 年之前
web-dev-setup.sh 09dd564c8a Web Development Install script added 1 年之前

README.md

Install-Scripts

This repo consists of bash scripts for installing developer softwares for multiple fields on Ubuntu 22.04LTS on any distro based on this version of ubuntu,

For installing the desired file Step 1- Clone the Repository Locally Step 2- Make the desired file executable, for e.g For Web Development: chmod +x web-dev-setup.sh

    chmod +x <Filename.sh>

Step 3- Run the bash script using the command: ./.sh For e.g For Web Development: ./web-dev-setup.sh