lunardunno
7c6daf1e83
Final Cut
2023-11-25 14:46:20 +04:00
lunardunno
f4c06f952e
script minimization
2023-11-25 13:46:19 +04:00
lunardunno
ab13e98ad2
some changes
2023-11-25 10:34:43 +04:00
lunardunno
4e29ce7139
returned condition
...
returned condition before enable --now docker
2023-11-25 06:29:53 +04:00
lunardunno
60d58915c0
rolling back some changes
2023-11-24 18:00:10 +04:00
lunardunno
c0302b7a01
cancel changes for Ubuntu 22
2023-11-24 15:39:29 +04:00
lunardunno
fecdd60787
fix lines not found
2023-11-24 08:34:59 +04:00
lunardunno
75987b8b45
script minimization
2023-11-24 06:19:17 +04:00
lunardunno
4109e9db58
improved support for Ubuntu 22.04
2023-11-24 05:46:22 +04:00
lunardunno
8e10144717
bringing the code to uniformity
2023-11-23 19:08:27 +04:00
lunardunno
2410bf6838
Apply suggestions from code review
...
Co-authored-by: tiaga <10153548+tiaga@users.noreply.github.com >
2023-11-23 17:59:10 +04:00
lunardunno
bd595f2c94
status check via variable
...
returned docker status check via variable
2023-11-23 07:25:18 +04:00
lunardunno
7d7a4c154d
returned the penultimate line
2023-11-23 04:34:37 +04:00
lunardunno
d66304f814
deleting the penultimate line
...
Removed the line “if! command -v docker > /dev/null 2>&1; then display "Docker Installation Error"; output 1; fi;\", because of it the script did not interrupt execution.
docker presence check function, executes docker --version/
2023-11-22 23:43:10 +04:00
lunardunno
e7a1a93d84
rollback some changes
...
rollback some changes to dev
2023-11-22 07:03:53 +04:00
lunardunno
9f29bc9afe
improved readability
2023-11-21 04:41:54 +04:00
lunardunno
a6ffd2a675
changing places for pauses and checks
...
Return to -yq for Debian and Ubuntu.
Added places to check fuser and lsof installation results.
Moved places for check sudo and docker installation results.
The location of pauses has been changed.
All pauses are reduced to 5s.
2023-11-21 02:33:43 +04:00
lunardunno
795737bbc3
introducing sudo check
...
introduced check for the presence of sudo at the end of script execution
2023-11-20 06:44:50 +04:00
lunardunno
61f55af76b
Changing sleep timer
...
Adding a pause before checking docker status.
Change the pause before attempting to update docker.
2023-11-20 04:19:54 +04:00
lunardunno
6c5a12e626
Minimization and fixes of the script for running docker.service
...
Script minimization.
Minimizing log information for Debian and Ubuntu.
Changing the startup logic of docker.
Excluding $dist debian from sudo systemctl Enable --now docker since this is done in the post-installation phase.
Exception installation of Curl if docker.service status is not active.
Change startup to restart if docker.service status is not active.
Returning a 5s delay for correct execution when reinstalling docker.io on Ubuntu22.
Fix the docker installation status check at the end of the script.
Introduced docker.service status check and corresponding error notification at the end of the script.
2023-11-19 23:04:18 +04:00
pokamest
ef0530ec6b
Merge pull request #420 from amnezia-vpn/adaptation_to_different_os
...
Improve logic of install_docker.sh
2023-11-17 11:51:58 -08:00
pokamest
e8a2e54d05
Typo fix
2023-11-15 12:51:39 +00:00
tiaga
362a82f944
Improve logic of install_docker.sh
...
- check packages update only when it's required
- avoid `dnf/yum update` for RHEL-based systems
2023-11-14 16:57:16 +07:00
Mykola Baibuz
5e9f688000
Use DNS over VPN for ForwardSites mode split tunnel
...
This feature was in previous version of Split Tunnel
2023-11-04 15:28:59 -04:00
Mykola Baibuz
071738116e
Update Windows OpenVPN binary
...
This binary builded with ENABLE_DEBUG flag. This flag needed for ROUTE_GATEWAY varible output in log.
2023-11-03 17:29:40 -04:00
pokamest
ae4ee6431d
Merge pull request #409 from useribs/patch-2
...
Update servercontroller.cpp, replace 2 calls (shred ; rm) with one
2023-11-01 12:23:14 -07:00
pokamest
d1ccde2a4b
Merge pull request #396 from amnezia-vpn/bugfix/server-config-sync
...
bugfix/server config sync
2023-11-01 07:15:10 -07:00
useribs
4848091203
Update servercontroller.cpp, replace 2 calls (shred ; rm) with one (shred -u)
2023-10-30 20:09:13 +03:00
lunardunno
4ef8c77a2d
Update DNS description
2023-10-29 17:56:10 +04:00
Mykola Baibuz
2fc33875bb
Bump version
2023-10-27 15:38:24 -04:00
Mykola Baibuz
9e92e4b5ff
Merge branch 'dev' into feature/split-tunnel-mobile
2023-10-27 15:37:28 -04:00
pokamest
7f2cf70bf5
Merge pull request #393 from amnezia-vpn/bugfix/return-after-installation
...
fixed page return after installation
2023-10-26 12:40:39 -07:00
vladimir.kuznetsov
8164026891
fixed server config update, after container config change
2023-10-26 23:37:51 +05:00
Mykola Baibuz
0e23b3a1ac
Allow traffic to Amezia DNS for all OS
2023-10-25 22:19:07 +03:00
Mykola Baibuz
1739d4861e
Allow acces to Amnezia DNS when used only for selected sites
2023-10-25 21:50:35 +03:00
Mykola Baibuz
a6b6e7850d
Allow traffic for excluded route on Windows kill switch
2023-10-24 23:07:07 +03:00
Mykola Baibuz
3e9dea6f07
Remove some not implemented notification
2023-10-24 13:37:40 +03:00
Mykola Baibuz
1b37ca805f
Cleanup debug stuff
2023-10-24 11:10:16 +03:00
Mykola Baibuz
c772f56da7
Fixes after merge
2023-10-24 11:00:40 +03:00
Mykola Baibuz
bc183e39bb
Merge branch 'feature/split-tunnel-mobile' of github.com:amnezia-vpn/amnezia-client into feature/split-tunnel-mobile
2023-10-24 00:35:58 +03:00
Mykola Baibuz
306d4f70a8
Update NE Sources
2023-10-24 00:33:35 +03:00
Mykola Baibuz
a386d39495
iOS Cloak/OVPN SplitTunnel
2023-10-24 00:28:41 +03:00
Mykola Baibuz
22b14dff5f
iOS AWG/WG split tunnel
2023-10-23 22:42:02 +03:00
pokamest
e749cc7578
Update amneziavpn_ru.ts
...
Typo fix
2023-10-23 20:32:28 +01:00
vladimir.kuznetsov
6a12cad1c9
fixed page return after installation
2023-10-23 21:33:07 +05:00
Mykola Baibuz
c15665803d
Merge branch 'dev' into feature/split-tunnel-mobile
2023-10-22 15:26:20 -04:00
vladimir.kuznetsov
59bccb1188
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into bugfix/split-tunneling
2023-10-22 20:00:39 +05:00
vladimir.kuznetsov
7cfb38307e
removed re-processing of server config for awg
2023-10-22 18:04:34 +05:00
vladimir.kuznetsov
994aa32745
added getting awg parameters when adding an already installed awg container
2023-10-22 17:31:13 +05:00
Mykola Baibuz
f0b872e86b
Merge remote-tracking branch 'origin/bugfix/pull-awg-config' into feature/split-tunnel-mobile
2023-10-21 23:24:54 +03:00