Remove obsolete workaround

This commit is contained in:
Manuel Thalmann 2024-03-07 22:55:06 +01:00
parent 42717af3ea
commit 4fecd4e78b

View file

@ -1,9 +1,5 @@
#!/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;