Remove obsolete workaround
This commit is contained in:
parent
42717af3ea
commit
4fecd4e78b
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
yay --noconfirm -Syu --asdeps electron5-bin;
|
|
||||||
yay --noconfirm -Rs electron5-bin-debug;
|
|
||||||
|
|
||||||
yay --noconfirm -Syu pennywise-bin;
|
yay --noconfirm -Syu pennywise-bin;
|
||||||
yay --noconfirm -Rs pennywise-bin-debug;
|
|
||||||
. "../../../Common/Config/Pennywise/install.sh";
|
. "../../../Common/Config/Pennywise/install.sh";
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue