Customized script for installing Outline VPN on Raspberry Pi 4(ARM64) for personal use
sudo ./INSTALL-ARM64 <DOMAIN_FOR_YOUR_SERVER>
- The argument is optional
- Put
sudo
at the beginning otherwise you will get permission error fromchmod
- [IMPORTANT] DO NOT PUT
http://
orhttps://
for `<DOMAIN_FOR_YOUR_SERVER> otherwise the init process will fail
- Raspi 4 (ARM64)
- Ubuntu 18.04
- Docker
- Docker version 20.10.7
- build 20.10.7-0ubuntu1~18.04.1
sudo apt-get install docker.io
(Issue with installing Docker recent build)