fix for aur?
This commit is contained in:
parent
8760f14b9e
commit
c5cc8bc4ff
1 changed files with 1 additions and 0 deletions
1
main.sh
1
main.sh
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
[[ "$SCRIPT_DIR" == "/usr/bin" ]] && SCRIPT_DIR="/usr/share/grabit"
|
||||||
|
|
||||||
source "$SCRIPT_DIR/helpers/variables.sh"
|
source "$SCRIPT_DIR/helpers/variables.sh"
|
||||||
source "$SCRIPT_DIR/helpers/installer.sh"
|
source "$SCRIPT_DIR/helpers/installer.sh"
|
||||||
|
|
Loading…
Add table
Reference in a new issue