Fix incorrect script path

This commit is contained in:
Manuel Thalmann 2023-06-15 20:41:19 +02:00
parent 597aaba841
commit b087e7c8af

View file

@ -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;