Initial Debian Setup

apt-get update
apt-get upgrade
systemctl reboot

#apt-get install curl
#apt-get install gnupg
apt-get install sudo

adduser chris
usermod -aG sudo chris

Install Syncthing

# Add the release PGP keys:
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -

# Add the "stable" channel to your APT sources:
echo deb "https://apt.syncthing.net/ syncthing stable" | sudo tee # FIXME: Grav is eating the rest of this line
# Update and install syncthing:
sudo apt-get update
sudo apt-get install syncthing

Previous Post Next Post