diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-04-12 17:41:14 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-04-12 17:41:14 +0200 |
commit | 90c2e20758425dee355894e85ba2d8cebff47482 (patch) | |
tree | 750dff2565362b44ff363c58362ccb003a53643b | |
parent | 7ddbbb24f32b7f6148031483987b169667a35f9b (diff) |
Added update script
-rwxr-xr-x | update.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..e7f490f --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +# Cheeky update script, I'm sick of copying files +sudo cp DVIcons.ttf /usr/share/fonts/TTF +fc-cache -vf |