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