Skip to content

Instantly share code, notes, and snippets.

View dpoerschke's full-sized avatar
🏠
Working from home

dpoerschke dpoerschke

🏠
Working from home
View GitHub Profile
@SamSirry
SamSirry / install_duplicati_centos8.sh
Last active February 25, 2023 03:21
Installing Duplicati 2.6 on CentOS 8
# Start this script while logged in as root.
# Preparations:
# Update manually with yum if it's a new OS installation.
# yum update -y && reboot
yum install wget curl -y
mkdir /downloads
cd /downloads