From a066da6ba2a779c917b0a43a73d27bf0fb8f2e7a Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sat, 28 Dec 2019 00:42:30 -0800 Subject: [PATCH] Updated Linux (markdown) --- Linux.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Linux.md b/Linux.md index f1521e2..4060c53 100644 --- a/Linux.md +++ b/Linux.md @@ -1,11 +1,9 @@ # Installing on Linux Installing Statping on Linux can be done by downloading the latest tar.gz file, unzipping, and running the executable. You can also install using [Snapcraft](https://snapcraft.io/) for Ubuntu systems. -1. Download the [Latest Version](https://github.com/hunterlong/statping/releases/latest) tar.gz file based on your architecture. - -2. Unzip the tar.gz file with command: `tar -xzf statping-linux-x64.tar.gz` (use the file name you downloaded) - -3. Enter the new directory and run `./statping` or you can move the executable file to the system with command: `mv statping /usr/local/bin/statping`. +```shell +curl -o- -L https://statping.com/install.sh | bash +``` ## Install using Snapcraft