diff --git a/README.md b/README.md index 35776e1..ac074b3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ determined-server-setup is a script that installs needed utilities/software on s You can install it by running: -`curl -s "https://git.coolaj86.com/josh/raw/master/dss/setup.sh" | bash` +`curl -s "https://git.coolaj86.com/josh/dss/raw/branch/master/setup.sh" | bash` # Usage diff --git a/VERSION b/VERSION index 6359fb9..8188d0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.3 Alpha +1.7.4 Alpha diff --git a/determined-server-setup.sh b/determined-server-setup.sh index 4273e50..9c191ab 100755 --- a/determined-server-setup.sh +++ b/determined-server-setup.sh @@ -3,7 +3,7 @@ # Written by Josh Mudge # Ad Mejorem Dei Glorium -version=$(curl -s https://git.coolaj86.com/josh/raw/master/dss/VERSION | cat) +version=$(curl -s https://git.coolaj86.com/josh/dss/raw/branch/master/VERSION | cat) # Get options from CLI arguments diff --git a/harden-server.sh b/harden-server.sh index 0d560f1..0a7ac46 100644 --- a/harden-server.sh +++ b/harden-server.sh @@ -4,7 +4,7 @@ # Ad Mejorem Dei Glorium usr=$USER -version="v1.4.1 Alpha" +version="v1.4.2 Alpha" #keyserver="" while [[ $# -gt 0 ]] @@ -77,7 +77,7 @@ then cd .tssh - curl -sLO https://git.coolaj86.com/josh/raw/master/dss/create-user.bash + curl -sLO https://git.coolaj86.com/josh/dss/raw/branch/master/create-user.bash curl -sLO https://$keyserver/$usr.pub diff --git a/setup.sh b/setup.sh index b079977..1ec4745 100644 --- a/setup.sh +++ b/setup.sh @@ -3,17 +3,17 @@ # Written by Josh Mudge # Ad Mejorem Dei Glorium -version=$(curl -s https://git.coolaj86.com/josh/raw/master/dss/VERSION | cat) +version=$(curl -s https://git.coolaj86.com/josh/dss/raw/branch/master/VERSION | cat) echo "Installing dss $version" -curl -sO https://git.coolaj86.com/josh/raw/master/dss/determined-server-setup.sh +curl -sO https://git.coolaj86.com/josh/dss/raw/branch/master/determined-server-setup.sh sudo mv determined-server-setup.sh /usr/local/bin/dss sudo chmod +x /usr/local/bin/dss -curl -sO https://git.coolaj86.com/josh/raw/master/dss/harden-server.sh +curl -sO https://git.coolaj86.com/josh/dss/raw/branch/master/harden-server.sh sudo mv harden-server.sh /usr/local/bin/determined-harden-ssh diff --git a/sysmon.sh b/sysmon.sh index 09a22ef..eb46408 100644 --- a/sysmon.sh +++ b/sysmon.sh @@ -4,7 +4,7 @@ # Ad Mejorem Dei Glorium update=1 -version=v1.5.1a +version=v1.5.2a alpha=0 dfh=$(df -h | grep '8[0-9]%') dfh2=$(df -h | grep '9[0-9]%') @@ -60,7 +60,7 @@ then sudo apt-get update sudo apt-get upgrade sudo apt-get install sysstat # Check if installed, then do this - curl -s "https://git.coolaj86.com/josh/raw/master/dss/setup.sh" | bash + curl -s "https://git.coolaj86.com/josh/dss/raw/branch/master/setup.sh" | bash fi