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