Browse Source

only install clboss if non existent

main
Zen 3 years ago
parent
commit
fe7cfeac1e
  1. 2
      ingredients/gold

2
ingredients/gold

@ -140,7 +140,9 @@ configure_lightning() {
read clboss_enable
case $clboss_enable in
"y" | "Y")
if ! check_exists clboss; then
install_clboss
fi
sed -i "s/#plugin/plugin/" $HOME/.lightning/config
sed -i "s/#log/log/" $HOME/.lightning/config
echo ""

Loading…
Cancel
Save