Skip to content

Nadguide/agent-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

#!/bin/bash

## Author: nadine
##Date: oct 2022

echo "starting packages installation"

 apt install wget -y
apt install net-utils -y
apt install sysstat -y
apt install finger -y
apt install gcc -y
apt install  make -y
apt install python3 -y
apt install epel-release -y
apt install git -y
apt install vim -y

echo  "package installation ready"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published