From 4fb47b06ed477e7e227fcc27812ecddeb251f234 Mon Sep 17 00:00:00 2001 From: Ivan X Date: Wed, 15 Jul 2020 07:02:11 -0700 Subject: [PATCH] documentation updates --- README.md | 12 ++++++++++-- update/devhistory.txt | 1 + update/versionhistory.txt | 2 ++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff19798..1eadccd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # A2SERVER -AppleTalk server for Apple // computers developed by Ivan Drucker +AppleTalk server for Apple // computers developed by Ivan Drucker, with +substantial rework and by T. Joseph Carter Documentation here is sparse for the moment; see [Ivan's site]() for information about A2SERVER and how it all works. There's a lot there and it's @@ -13,7 +14,14 @@ relatively modern piece of it. As such they should be preserved as they are. ## Developer note -To use the scripts on your own server, including your local machine: +To use the scripts with a specific GitHub tag: +~~~ bash +export A2SERVER_SCRIPT_URL=https://raw.githubusercontent.com/RasppleII/a2server/TAG_GOES_HERE/ +export A2SERVER_BINARY_URL=${A2SERVER_SCRIPT_URL}files +wget -O setup ${A2SERVER_SCRIPT_URL}setup/index.txt; source setup +~~~ + +Or, to use the scripts on your own server, including your local machine: ~~~ bash export A2SERVER_SCRIPT_URL=http://yoururl.com/ diff --git a/update/devhistory.txt b/update/devhistory.txt index 9a0c67d..b19e947 100644 --- a/update/devhistory.txt +++ b/update/devhistory.txt @@ -117,3 +117,4 @@ bug fixes when compiling macipgw and ciopfs; os option (Raspbian update) removed from a2server-setup +1.5.3a1: July 2020: initial support for Debian/Raspbian Buster diff --git a/update/versionhistory.txt b/update/versionhistory.txt index ea0e2b8..1efe671 100644 --- a/update/versionhistory.txt +++ b/update/versionhistory.txt @@ -76,6 +76,8 @@ 1.5.2: Nov 2017: support for Debian/Raspbian Stretch; fixes minor bugs during install; enable SSH server if disabled on Raspberry Pi; fixes changed download links for GS/OS communication software + +1.5.3a2: July 2020: initial support for Debian/Raspbian Buster Big thanks to: Anthony Martino, Henry Courbis, Joseph Carter, Jason King, Andy McFadden, Steven Hirsch, Geoff Body, Peter Wong, Tony Diaz, David Schmidt,