Last active
June 19, 2017 15:13
-
-
Save andreldm/87e56849cf262f72aa8189f6a82ee8f3 to your computer and use it in GitHub Desktop.
Build thunar-gtk3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git clone https://github.com/andreldm/thunar.git thunar-gtk3 | |
cd thunar-gtk3 | |
./autogen.sh | |
make | |
pkill -i thunar | |
thunar/thunar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment