Fix Pennywise installation

This commit is contained in:
Manuel Thalmann 2024-02-08 15:39:24 +01:00
parent 563fec7684
commit ceea5981f5

View file

@ -1,5 +1,9 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu --asdeps electron5-bin;
yay --noconfirm -Rs electron5-bin-debug;
yay --noconfirm -Syu pennywise-bin;
yay --noconfirm -Rs pennywise-bin-debug;
. "../../../Common/Config/Pennywise/install.sh";
popd > /dev/null;