forked from sh-edraft.de/sh_linux_installation_scripts
Added redhat scripts
This commit is contained in:
8
common/redhat/apps/timeshift.sh
Normal file
8
common/redhat/apps/timeshift.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_timeshift() {
|
||||
echo "Installing Timeshift"
|
||||
sudo add-dnf-repository -y ppa:teejee2008/ppa
|
||||
sudo dnf update -y
|
||||
sudo dnf install timeshift -y
|
||||
}
|
Reference in New Issue
Block a user