3 lines
73 B
Bash
Executable File
3 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
sudo make uninstall && make clean && make && sudo make install
|