From: Ian Kelling Date: Wed, 31 Aug 2016 03:29:42 +0000 (-0700) Subject: small doc update X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=f54bfd3b297c285e439f8c17367946be49d79d90 small doc update --- diff --git a/README b/README index 0fd249f..3cd3687 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ Scripts to setup distros how I like -It's not meant for other people to run verbatum, but for them to read -and copy the good parts. It has dependencies on other repos at -https://iankelling.org/git. +Initial os install is also automated using a separate repo callied +"fai", also at iankelling.org/git. It's not meant for other people to +run verbatum, but for them to read and copy the good parts. It has +dependencies on other repos at https://iankelling.org/git. diff --git a/phab-setup b/phab-setup index 5d180f8..25bbab7 100755 --- a/phab-setup +++ b/phab-setup @@ -13,6 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. + + +# Automated phabricator setup. Not currently using it, +# but it works. + set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?"' ERR