PortValhalla/scripts/Arch/Software/Pennywise/install.sh

6 lines
154 B
Bash
Raw Normal View History

2023-06-15 14:56:17 +00:00
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu pennywise-bin;
2023-06-15 18:41:19 +00:00
. "../../../Common/Config/Pennywise/install.sh";
2023-06-15 14:56:17 +00:00
popd > /dev/null;