Commit a67fa47879853f2fa4503f53a2da8e462ed362e9

Authored by Marin Jankovski
1 parent edbb8468

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 11 sudo apt-get upgrade
12 12  
13 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 15 sudo ufw allow ssh
16 16 sudo ufw enable
17 17  
... ...
doc/release.md
... ... @@ -72,7 +72,8 @@ aws configure # enter AWS key and secret
72 72 - Set up the `attach.sh` script
73 73  
74 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 77 cat > attach.sh <<EOF
77 78 #!/bin/sh
78 79 script -c 'screen -x || screen' /dev/null
... ...