From 11e5d68bbae3a80335cc1f52911bc8d1fed73161 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 26 Apr 2020 15:37:31 +0200 Subject: [PATCH] updated provision.sh and README.md --- README.md | 13 +++++++++---- provision.sh | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 58190ff..b1400ea 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,14 @@ ansible-gnu-corporate-workstation is a set of roles that enable Active Directory Run the following command using a terminal emulator : ``` -wget -O provision.sh https://raw.githubusercontent.com/paulbsd/ansible-gnu-corporate-workstation/master/provision.sh; bash provision.sh +wget -O provision.sh https://git.paulbsd.com/paulbsd/ansible-gnu-corporate-workstation/raw/branch/master/provision.sh; bash provision.sh ... sudo reboot ``` ### License +```text Copyright (c) 2017, PaulBSD All rights reserved. @@ -28,10 +29,10 @@ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this -list of conditions and the following disclaimer. + list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED @@ -44,3 +45,7 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +The views and conclusions contained in the software and documentation are those +of the authors and should not be interpreted as representing official policies, +either expressed or implied, of this project. +``` diff --git a/provision.sh b/provision.sh index 2421f36..4a5e13f 100755 --- a/provision.sh +++ b/provision.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash prereqs="curl wget ansible" -remote_file_url="https://github.com/paulbsd/ansible-gnu-corporate-workstation/archive/master.zip" +remote_file_url="https://git.paulbsd.com/paulbsd/ansible-gnu-corporate-workstation/archive/master.zip" tmp_dir="/tmp" archive_file="/tmp/master.zip" working_directory="/tmp/ansible-gnu-corporate-workstation-master"