aerothemeplasma/kwin/decoration/breeze-v5.93.0/install.sh

8 lines
106 B
Bash
Raw Normal View History

2024-08-09 01:20:25 +00:00
#!/bin/bash
rm -rf build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install