Add scripts for installing pennywise
This commit is contained in:
parent
c23d308bf0
commit
b7de225e4b
2 changed files with 12 additions and 0 deletions
scripts/Arch/Software/Pennywise
5
scripts/Arch/Software/Pennywise/install.sh
Executable file
5
scripts/Arch/Software/Pennywise/install.sh
Executable 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;
|
Loading…
Add table
Add a link
Reference in a new issue