From 782a36010c5520e4a174d991e6cb10edbd5b2243 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 5 May 2021 19:43:24 +0200 Subject: [PATCH] Nicer link color for MyPads --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index f96a9f3..d52d9d6 100644 --- a/scripts/install +++ b/scripts/install @@ -284,7 +284,7 @@ then #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 '157i

MyPads
' $final_path/src/templates/index.html + sed -i '157i

MyPads
' $final_path/src/templates/index.html fi #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 91c6c14..2d8f8b5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -444,7 +444,7 @@ then # 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 '157i

MyPads
' $final_path/src/templates/index.html + sed -i '157i

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