From 8761820191a776426bff4946042f8b1938679fc4 Mon Sep 17 00:00:00 2001 From: dee-mee Date: Thu, 14 Nov 2024 10:27:18 +0300 Subject: [PATCH] modified: install.sh --- install.sh | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 962e174..a463a54 100755 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ echo "=========================================" echo " " sleep 2 # I have used snap version as the apt version is currently not stable in ubuntu -apt update && apt -y upgrade && snap install vlc && apt install -y htop && apt install git +apt update && apt -y upgrade && apt install vlc && apt install -y htop && apt install git sleep 2 @@ -57,21 +57,27 @@ echo "lets continue" sleep 2 #net-tools enable you to run commnads like ifconfig -apt install -y net-tools && apt install -y neofetch -clear +apt install -y net-tools && apt install -y neofetch && apt install pip -y + +apt install docker-compose -y -neofetch +snap install telegram-desktop && snap install whatsapp-for-linux + +clear sleep 2 #cowsay is a fun way of terminal cool tricks that displays whatever you type in it. #sl is a display of a moving train or steam locomotive which #can be used with many options available on its manpage. + apt install -y xcowsay && apt install -y sl && apt install cowsay sleep 2 +snap install pycharm-community --classic + clear echo "=========================================" @@ -82,7 +88,15 @@ echo " " echo "=========================================" echo " " +sudo apt install curl + +sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg + +echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list + +sudo apt update +sudo apt install brave-browser echo "The pc is going to reboot in 5 secs to stop press control + c" sleep 5