Fix incorrect script path

This commit is contained in:
Manuel Thalmann 2023-06-15 20:41:19 +02:00
parent 8a5ccaa028
commit 3a4d0017b4

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;