diff options
Diffstat (limited to 'init')
| -rwxr-xr-x | init | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash  # init  # Craig Jennings <c@cjennings.net> @@ -7,7 +7,7 @@  # the workstation occur in other scripts, called by this script.  # Run as root after booting the live cd and issuing the following command: -#   curl -s https://cjennings.net/archsetup/init | sh +#   curl -s https://cjennings.net/archsetup/init | bash -i   welcome () {      clear | 
