forked from sh-edraft.de/sh_linux_installation_scripts
Changed to apt
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
install_timeshift() {
|
||||
echo "Installing Timeshift"
|
||||
sudo add-apt-repository -y ppa:teejee2008/ppa
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install timeshift -y
|
||||
sudo apt update -y
|
||||
sudo apt install timeshift -y
|
||||
}
|
||||
|
Reference in New Issue
Block a user