aerothemeplasma/kwin/decoration/breeze-v5.93.0/install.sh
2024-08-09 03:20:25 +02:00

7 lines
106 B
Bash

#!/bin/bash
rm -rf build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install