Changes to the install script

1. Inform user that it only works for Ubuntu.
2. Use wget to download the file from the main cathook repo. We don't need to maintain a secondary repo if we can avoid it.
3. The file is however not executable. We need to use bash to execute it.
4. The command is all-in-one
This commit is contained in:
TotallyNotElite 2018-05-19 18:06:47 +02:00 committed by GitHub
parent 05d0df7ee3
commit 856d8dd0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,14 +35,13 @@ and a lot of useful features, including
# INSTALLATION
## Automatic:
## Automatic: (Ubuntu based only)
If you already downloaded the repo, simply run
* `install-all`
Else simply run:
* `git clone --recursive https://github.com/nullworks/One-in-all-cathook-install/blob/master/install-all.git`
and run it's install-all script.
* `wget https://raw.githubusercontent.com/nullworks/cathook/master/install-all && bash install-all`
## Manual:
You need CMake to build cathook, CMake should take care of dependencies