From a67fa47879853f2fa4503f53a2da8e462ed362e9 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Thu, 17 Apr 2014 15:57:35 +0200 Subject: [PATCH] Remove comments about Debian 7 --- doc/build.md | 2 +- doc/release.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/build.md b/doc/build.md index a6617f8..c081490 100644 --- a/doc/build.md +++ b/doc/build.md @@ -11,7 +11,7 @@ sudo apt-get update sudo apt-get upgrade # Set up the firewall to only allow inbound SSH traffic -sudo apt-get install ufw # Needed for Debian 7 +sudo apt-get install ufw sudo ufw allow ssh sudo ufw enable diff --git a/doc/release.md b/doc/release.md index 5bc6327..c7a94c8 100644 --- a/doc/release.md +++ b/doc/release.md @@ -72,7 +72,8 @@ aws configure # enter AWS key and secret - Set up the `attach.sh` script ```shell -# For Debian 7 install screen first; sudo apt-get install screen +# Install screen first +sudo apt-get install screen cat > attach.sh <