You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this script is use to install various pakage like ssh,nginx,docker etc see more pakages on google in device passed on argument of ./installing_pakage.sh <arg> eg dollar1 writthen in symbol is argument
note
echo "************************ INSTALLING PAKAGES IN DEVICE **************************"
echo ""
echo "************************ INSTALLING $1 IN DEVICE **************************"
echo "UPDATED SUCCESSFULLY"
sudo apt upgrade
sudo apt-get install $1 -y
sudo systemctl start $1
sudo systemctl enable $1
echo "************************ INSTALLED $1 IN DEVICE **************************"