Skip to content

Instantly share code, notes, and snippets.

@seeker
Last active July 28, 2022 10:43
Show Gist options
  • Save seeker/e7db3a26807c59fd5f24cd9fa603c357 to your computer and use it in GitHub Desktop.
Save seeker/e7db3a26807c59fd5f24cd9fa603c357 to your computer and use it in GitHub Desktop.
#!/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