Fix Pennywise installation
This commit is contained in:
parent
563fec7684
commit
ceea5981f5
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/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;
|
||||
|
|
Loading…
Reference in a new issue