Fix incorrect script path
This commit is contained in:
parent
597aaba841
commit
b087e7c8af
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
yay --noconfirm -Syu pennywise-bin;
|
||||
. "../../Common/Config/Pennywise/install.sh";
|
||||
. "../../../Common/Config/Pennywise/install.sh";
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue