Moved debian files

This commit is contained in:
2021-11-24 08:56:37 +01:00
parent 27fc4e152e
commit 4bf8b8e0c0
26 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
install_timeshift() {
echo "Installing Timeshift"
sudo add-apt-repository -y ppa:teejee2008/ppa
sudo apt-get update -y
sudo apt-get install timeshift -y
}