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
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 | ... | ... |