Fix links.
This commit is contained in:
parent
68db3b59f9
commit
93bc423757
|
@ -8,7 +8,7 @@ determined-server-setup is a script that installs needed utilities/software on s
|
||||||
|
|
||||||
You can install it by running:
|
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
|
# Usage
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Written by Josh Mudge
|
# Written by Josh Mudge
|
||||||
# Ad Mejorem Dei Glorium
|
# 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
|
# Get options from CLI arguments
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Ad Mejorem Dei Glorium
|
# Ad Mejorem Dei Glorium
|
||||||
|
|
||||||
usr=$USER
|
usr=$USER
|
||||||
version="v1.4.1 Alpha"
|
version="v1.4.2 Alpha"
|
||||||
#keyserver=""
|
#keyserver=""
|
||||||
|
|
||||||
while [[ $# -gt 0 ]]
|
while [[ $# -gt 0 ]]
|
||||||
|
@ -77,7 +77,7 @@ then
|
||||||
|
|
||||||
cd .tssh
|
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
|
curl -sLO https://$keyserver/$usr.pub
|
||||||
|
|
||||||
|
|
6
setup.sh
6
setup.sh
|
@ -3,17 +3,17 @@
|
||||||
# Written by Josh Mudge
|
# Written by Josh Mudge
|
||||||
# Ad Mejorem Dei Glorium
|
# 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"
|
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 mv determined-server-setup.sh /usr/local/bin/dss
|
||||||
|
|
||||||
sudo chmod +x /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
|
sudo mv harden-server.sh /usr/local/bin/determined-harden-ssh
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Ad Mejorem Dei Glorium
|
# Ad Mejorem Dei Glorium
|
||||||
|
|
||||||
update=1
|
update=1
|
||||||
version=v1.5.1a
|
version=v1.5.2a
|
||||||
alpha=0
|
alpha=0
|
||||||
dfh=$(df -h | grep '8[0-9]%')
|
dfh=$(df -h | grep '8[0-9]%')
|
||||||
dfh2=$(df -h | grep '9[0-9]%')
|
dfh2=$(df -h | grep '9[0-9]%')
|
||||||
|
@ -60,7 +60,7 @@ then
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get upgrade
|
sudo apt-get upgrade
|
||||||
sudo apt-get install sysstat # Check if installed, then do this
|
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
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue