mirror of
https://github.com/danog/PrimeModule.git
synced 2024-11-26 20:34:37 +01:00
6 lines
174 B
Bash
Executable File
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
|