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

10 lines
282 B
Bash
Executable file

#!/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;