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