Last active
July 28, 2022 10:43
-
-
Save seeker/e7db3a26807c59fd5f24cd9fa603c357 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo 'Installing dependencies...' | |
sudo apt install python3-pip python3-dev python3-pkgconfig libssl-dev openssl libacl1-dev libacl1 build-essential -y | |
echo 'Installing borg backup system wide...' | |
sudo pip3 install borgbackup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment