mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Fixed script to run from any directory
This commit is contained in:
parent
165ac2849c
commit
0432c3ac6d
@ -3,7 +3,7 @@
|
||||
# Automatic install script for Bitwig Studio
|
||||
|
||||
# Import library
|
||||
source ./install-lib.sh
|
||||
source $(dirname ${BASH_SOURCE[0]})/install-lib.sh
|
||||
|
||||
bitwig=$(dnf list | grep bitwig-studio)
|
||||
bitwigVersion=$(echo $bitwig | awk '{print $2;}')
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Automatic install script for Dragonframe
|
||||
|
||||
# Import library
|
||||
source ./install-lib.sh
|
||||
source $(dirname ${BASH_SOURCE[0]})/install-lib.sh
|
||||
|
||||
dragonframe=$(dnf list | grep dragonframe)
|
||||
dragonframeVersion=$(echo $dragonframe | awk '{print $2;}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user