Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion ubuntu/22-ubuntu/22-desktop-software-install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ sudo apt-get install smartgit -y
# wget https://www.syntevo.com/downloads/smartgit/smartgit-21_2_3.deb
# sudo dpkg -i smartgit-21_2_3.deb -y

# Install Flamshot for screenshots
sudo apt install flameshot

# Install Wallpaper Changer
sudo add-apt-repository ppa:peterlevi/ppa -y
sudo apt-get update -q -y
Expand All @@ -119,4 +122,4 @@ seconds=$((end-start))
echo "Installation has been Completed !"
echo "Total Time Taken In Seconds ${seconds}"
eval "echo $(date -ud "@$seconds" +'%H hours %M minutes %S seconds')"
echo "${reset}"
echo "${reset}"