Commit a67fa47879853f2fa4503f53a2da8e462ed362e9
1 parent
edbb8468
Exists in
master
and in
13 other branches
Remove comments about Debian 7
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
doc/build.md
@@ -11,7 +11,7 @@ sudo apt-get update | @@ -11,7 +11,7 @@ sudo apt-get update | ||
11 | sudo apt-get upgrade | 11 | sudo apt-get upgrade |
12 | 12 | ||
13 | # Set up the firewall to only allow inbound SSH traffic | 13 | # Set up the firewall to only allow inbound SSH traffic |
14 | -sudo apt-get install ufw # Needed for Debian 7 | 14 | +sudo apt-get install ufw |
15 | sudo ufw allow ssh | 15 | sudo ufw allow ssh |
16 | sudo ufw enable | 16 | sudo ufw enable |
17 | 17 |
doc/release.md
@@ -72,7 +72,8 @@ aws configure # enter AWS key and secret | @@ -72,7 +72,8 @@ aws configure # enter AWS key and secret | ||
72 | - Set up the `attach.sh` script | 72 | - Set up the `attach.sh` script |
73 | 73 | ||
74 | ```shell | 74 | ```shell |
75 | -# For Debian 7 install screen first; sudo apt-get install screen | 75 | +# Install screen first |
76 | +sudo apt-get install screen | ||
76 | cat > attach.sh <<EOF | 77 | cat > attach.sh <<EOF |
77 | #!/bin/sh | 78 | #!/bin/sh |
78 | script -c 'screen -x || screen' /dev/null | 79 | script -c 'screen -x || screen' /dev/null |