6 lines
154 B
Bash
Executable file
6 lines
154 B
Bash
Executable file
#!/bin/bash
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
yay --noconfirm -Syu pennywise-bin;
|
|
. "../../../Common/Config/Pennywise/install.sh";
|
|
popd > /dev/null;
|