kemonine
/
lollipopcloud
Archived
1
0
Fork 0

replace ubuntu with debian

This commit is contained in:
jmf 2018-10-08 11:26:20 -07:00
parent e541b3e5f4
commit 69f5b9e685
4 changed files with 3 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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.

View File

@ -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