You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,18 @@ Please follow account registration process, and once completed go to the link ab
15
15
16
16
The integrity of the release will be checked at setup against the MD5/SHA1 checksums in this repo. **THESE MUST MATCH**. If they do not match, **DO NOT** proceed unless you trust the release.
17
17
18
+
Old releases are a security risk as they contain known vulnerabilities. For more information, read the big red notices on tak.gov
Copy file name to clipboardExpand all lines: scripts/setup.sh
+31-39Lines changed: 31 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ fi
21
21
22
22
printf$success"\nTAK server setup script sponsored by CloudRF.com - \"The API for RF\"\n"
23
23
printf$info"\nStep 1. Download the official docker image as a zip file from https://tak.gov/products/tak-server \nStep 2. Place the zip file in this tak-server folder.\n"
24
-
#printf $warning "\nYou should install this as a user. Elevated privileges (sudo) are only required to clean up a previous install eg. sudo ./scripts/cleanup.sh\n"
24
+
printf$warning"\nYou should install this as a user. Elevated privileges (sudo) are only required to clean up a previous install eg. sudo ./scripts/cleanup.sh\n"
25
25
26
26
arch=$(dpkg --print-architecture)
27
27
@@ -212,12 +212,6 @@ fi
212
212
mv -f /tmp/takserver/$release/tak ./
213
213
chown -R $USER:$USER tak
214
214
215
-
# Not needed since they fixed the crappy configs in 5.x
0 commit comments