From 3ee42806c174490a1d96eb195cfd3379d9ecfce3 Mon Sep 17 00:00:00 2001 From: bjango-b Date: Tue, 20 Mar 2018 12:54:49 +1100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b8f046a..a586e4d 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,9 @@ iStat Server is a system monitoring daemon that is used in conjunction with [iSt ----- -### Quick Install +### Quick Install (ubuntu, debian, raspbian) ``` -curl -fsSL https://download.bjango.com/istatserverlinux.sh -o istatserverlinux.sh && sh istatserverlinux.sh +curl -fsSL https://files.bjango.com/istatserverlinux/istatserverlinux.sh -o istatserverlinux.sh && sh istatserverlinux.sh ``` -----