Add scripts for installing pennywise

This commit is contained in:
Manuel Thalmann 2023-06-15 16:56:17 +02:00
parent c23d308bf0
commit b7de225e4b
2 changed files with 12 additions and 0 deletions
scripts/Arch/Software/Pennywise

View file

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