Bläddra i källkod

Fix links.

master
Josh Mudge 5 år sedan
förälder
incheckning
93bc423757
  1. 2
      README.md
  2. 2
      VERSION
  3. 2
      determined-server-setup.sh
  4. 4
      harden-server.sh
  5. 6
      setup.sh
  6. 4
      sysmon.sh

2
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

2
VERSION

@ -1 +1 @@
1.7.3 Alpha
1.7.4 Alpha

2
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

4
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

6
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

4
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

Laddar…
Avbryt
Spara