#!/bin/bash install_timeshift() { echo "Installing Timeshift" sudo add-apt-repository -y ppa:teejee2008/ppa sudo apt update -y sudo apt install timeshift -y }