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

6 lines
151 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;
. "../../Common/Config/Pennywise/install.sh";
popd > /dev/null;