mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
Update README w/ frontend info, clarify some parts
Also fixes a typo in `install-dev.sh`
This commit is contained in:
@@ -3,16 +3,16 @@
|
||||
set -e
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cd build
|
||||
curl -LOs "https://github.com/EFForg/rayhunter/releases/latest/download/release.tar"
|
||||
curl -LOs "https://github.com/EFForg/rayhunter/releases/latest/download/release.tar.sha256"
|
||||
if ! sha256sum -c --quiet release.tar.sha256; then
|
||||
if ! sha256sum -c --quiet release.tar.sha256; then
|
||||
echo "Download corrupted! (╯°□°)╯︵ ┻━┻"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
tar -xf release.tar
|
||||
./install-linux.sh
|
||||
./install.sh
|
||||
|
||||
cd ..
|
||||
rm -rf build
|
||||
rm -rf build
|
||||
|
||||
Reference in New Issue
Block a user