1
0
mirror of https://github.com/danog/PrimeModule.git synced 2024-11-26 20:34:37 +01:00
PrimeModule/tests/install_deps.sh
2022-12-03 21:53:15 +01:00

6 lines
174 B
Bash
Executable File

#!/bin/bash
sudo apt-get install build-essential && git clone https://github.com/danog/PrimeModule-ext && cd PrimeModule-ext && make -j$(nproc) && sudo make install
exit 0