mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 15:25:58 +01:00
3 lines
73 B
Bash
3 lines
73 B
Bash
|
#!/bin/sh
|
||
|
sudo make uninstall && make clean && make && sudo make install
|