From b6aa56e5c5fa4cd844e819e5d624c6b2094d27dc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 2 May 2021 22:28:45 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4455e05..4541af0 100644 --- a/scripts/install +++ b/scripts/install @@ -289,7 +289,7 @@ then # Find the /div just after the field to open a pad mod_line=$(grep -nA5 "index.createOpenPad" $final_path/src/templates/index.html | grep "" | cut -d '-' -f 1) # In order to add a link to mypads plugin. - sed -i "$mod_line s@div>@&\n\t

Mypads
@" $final_path/src/templates/index.html + sed -i "$mod_line s@div>@&\n\t

MyPads
@" $final_path/src/templates/index.html fi #=================================================