diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-15 20:42:40 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-15 20:42:40 -0300 |
commit | 71907294b4c80a49b6f8f646204aac1c740d7458 (patch) | |
tree | c7b8aa6f2176e35550f599d685af366523cfd72b /install.sh | |
parent | e0c1f68a9f34a150234b3636241e24cdd5de8606 (diff) |
Added separation for the VPN
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -110,6 +110,9 @@ if [ $media_folder_correct == "n" ]; then fi # Adding the VPN +echo +echo +echo echo "Time to setup the VPN." echo "The automatic installer only works with Mullvad, but you can setup many other VPNs manually." echo "If you want to use any other VPN, choose \"N\"" |