mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Encourage use of /usr/bin/iiab-support
This commit is contained in:
parent
e29fe7828f
commit
dda10ca312
1 changed files with 5 additions and 2 deletions
|
@ -3,11 +3,14 @@
|
|||
# /usr/bin/iiab-remote-on should turn on multiple remote support services like
|
||||
# OpenVPN and others, for remote support, so they work even after reboot.
|
||||
|
||||
echo -e '\nWARNING: To enable OpenVPN long-term, it'"'"'s recommended you:\n'
|
||||
echo -e "\n\n\e[44m CONSIDER RUNNING 'iiab-support' INSTEAD \e[0m\n\n"
|
||||
|
||||
echo -e 'WARNING: To enable OpenVPN long-term, it'"'"'s recommended you:\n'
|
||||
|
||||
echo -e '1) Set these variables in /etc/local/local_vars.yml'
|
||||
echo -e ' openvpn_install: True'
|
||||
echo -e ' openvpn_enabled: True\n'
|
||||
echo -e ' openvpn_enabled: True'
|
||||
echo -e ' openvpn_handle: <descriptive-name-for-your-machine>\n'
|
||||
|
||||
echo -e '2) Run:'
|
||||
echo -e ' cd /opt/iiab/iiab'
|
||||
|
|
Loading…
Add table
Reference in a new issue