Update install-i3lock-color.sh

This commit is contained in:
Raymond Li 2020-08-04 17:23:28 -04:00 committed by GitHub
parent 63af0b6d1d
commit eb6c9412e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -1,10 +1,5 @@
#!/bin/bash
autoreconf -fiv
rm -rf build/
mkdir -p build && cd build/
../configure --prefix=/usr --sysconfdir=/etc
./build.sh
sudo make install