forked from sh-edraft.de/sh_linux_installation_scripts
Added timeshift installation
This commit is contained in:
parent
070df4a4b1
commit
3b655d3592
@ -7,13 +7,19 @@ default_install() {
|
|||||||
sudo echo "neofetch" >> /home/*/.bashrc
|
sudo echo "neofetch" >> /home/*/.bashrc
|
||||||
|
|
||||||
sudo snap install simplenote
|
sudo snap install simplenote
|
||||||
sudo snap install timeshift
|
|
||||||
|
|
||||||
|
install_timeshift
|
||||||
install_ulauncher
|
install_ulauncher
|
||||||
install_chrome
|
install_chrome
|
||||||
install_lsd
|
install_lsd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
install_timeshift() {
|
||||||
|
sudo add-apt-repository -y ppa:teejee2008/ppa
|
||||||
|
sudo apt-get update -y
|
||||||
|
sudo apt-get install timeshift -y
|
||||||
|
}
|
||||||
|
|
||||||
install_ulauncher() {
|
install_ulauncher() {
|
||||||
sudo add-apt-repository ppa:agornostal/ulauncher
|
sudo add-apt-repository ppa:agornostal/ulauncher
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
|
Reference in New Issue
Block a user