From eb0912be79b8f60fadff96197a9ff0ba67c09a79 Mon Sep 17 00:00:00 2001 From: Derek muriuki <98864170+dee-mee@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:09:20 +0300 Subject: [PATCH 1/2] weather.sh --- weather.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/weather.sh b/weather.sh index 0c00e51..11116f3 100755 --- a/weather.sh +++ b/weather.sh @@ -8,7 +8,6 @@ developer=dee-mee case $1 in -h | --help) echo "$program $version" - echo "Copyright $year $developer. All rights reserved." echo echo "Usage: weather [options]" echo "Option Long Option Description" From 93e6fab519fc554fe82efb713888bbe07fad2f4e Mon Sep 17 00:00:00 2001 From: Derek muriuki <98864170+dee-mee@users.noreply.github.com> Date: Sat, 19 Oct 2024 01:31:01 +0300 Subject: [PATCH 2/2] Add files via upload --- 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