install: run from script dir

Fixes #29
pull/41/head
telans 4 years ago
parent 6b9bb816d5
commit 32b2445614
No known key found for this signature in database
GPG Key ID: 195444EE92DBCB20

@ -1,5 +1,6 @@
#!/bin/bash
cd $(dirname "$0")
cp -rv ".local" "$HOME/"
if [[ ! -f "$HOME/.config/MangoHud/MangoHud.conf" ]]; then
cp -rv ".config" "$HOME/"

Loading…
Cancel
Save