From 69f5b9e685a67e78ce082dd0007e133439d035eb Mon Sep 17 00:00:00 2001 From: jmf Date: Mon, 8 Oct 2018 11:26:20 -0700 Subject: [PATCH] replace ubuntu with debian --- armbian/chrony.md | 1 + armbian/docker.md | 2 -- armbian/first_boot.md | 2 +- services/syncthing.md | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/armbian/chrony.md b/armbian/chrony.md index e0f6083..9093338 100644 --- a/armbian/chrony.md +++ b/armbian/chrony.md @@ -4,6 +4,7 @@ Setup alternative ntp that does well with systems that may or may not always be ## Inspiration / Further Reading +- [https://salsa.debian.org/debian/chrony](https://salsa.debian.org/debian/chrony) - [https://wiki.archlinux.org/index.php/Chrony](https://wiki.archlinux.org/index.php/Chrony) - [https://insights.ubuntu.com/2018/04/09/ubuntu-bionic-using-chrony-to-configure-ntp](https://insights.ubuntu.com/2018/04/09/ubuntu-bionic-using-chrony-to-configure-ntp) - [http://manpages.ubuntu.com/manpages/trusty/man5/chrony.conf.5.html](http://manpages.ubuntu.com/manpages/trusty/man5/chrony.conf.5.html) diff --git a/armbian/docker.md b/armbian/docker.md index ae1a363..099586d 100644 --- a/armbian/docker.md +++ b/armbian/docker.md @@ -10,8 +10,6 @@ Containerized services for easy deployment and updates. ## Pre Flight Setup -```NOTE: https://download.docker.com/linux/debian/ is needed for some of the below steps if using Debian instead of Ubuntu``` - ``` bash apt remove docker docker-engine docker.io diff --git a/armbian/first_boot.md b/armbian/first_boot.md index a038bc0..2b6b8f5 100644 --- a/armbian/first_boot.md +++ b/armbian/first_boot.md @@ -6,7 +6,7 @@ Basic setup and configuration that's necessary to get under way. When you login to Armbian as root the first time you'll be prompted to set a root password and create the first user. -Follow the prompts and create an administrative user (armbian/ubuntu/admin/etc as the name) that will be used as your primary 'admin' login. +Follow the prompts and create an administrative user (armbian/debian/ubuntu/admin/etc as the name) that will be used as your primary 'admin' login. The rest of this guide assumes you'll be logged in as the admin user and will be using sudo to run all commands. diff --git a/services/syncthing.md b/services/syncthing.md index 93085df..cbaaa84 100644 --- a/services/syncthing.md +++ b/services/syncthing.md @@ -59,7 +59,7 @@ else ARCH="arm" fi -gpg --keyserver keyserver.ubuntu.com --recv-key D26E6ED000654A3E +gpg --keyserver keyserver.debian.com --recv-key D26E6ED000654A3E mkdir -p /tmp/syncthing cd /tmp/syncthing curl -sLO https://github.com/syncthing/syncthing/releases/download/${RELEASE}/syncthing-linux-${ARCH}-${RELEASE}.tar.gz