Run install-data as root instead

This commit is contained in:
TotallyNotElite 2018-05-20 12:08:54 +02:00 committed by GitHub
parent 572dd0fcf1
commit ab16b1f248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,4 +25,11 @@ git clone --recursive https://github.com/nullworks/simple-ipc.git;cd simple-ipc;
#
# Build cathook
#
git clone --recursive https://github.com/nullworks/cathook.git;cd cathook;mkdir build;cd build;cmake ..;make -j$(grep -c '^processor' /proc/cpuinfo);sudo make data
git clone --recursive https://github.com/nullworks/cathook.git;cd cathook;mkdir build;cd build;cmake ..;make -j$(grep -c '^processor' /proc/cpuinfo); cd ..
#
# Install
#
sudo bash install-data