From ff2076fdcbf5946daa3234589e675cdfa0a2b5ca Mon Sep 17 00:00:00 2001 From: hadcl4 Date: Sat, 19 Mar 2022 15:19:34 -0500 Subject: [PATCH] Fix a bug found while testing RPiOS for issue #3 --- setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup b/setup index 9bfe7ab..9833e8b 100755 --- a/setup +++ b/setup @@ -304,6 +304,8 @@ rm -f ~/.thunder/size.cfg cp size.cfg ~/.thunder/size.cfg rm -f ~/.thunder/news.cfg cp news.cfg ~/.thunder/news.cfg +rm -f ~/.thunder/browser.cfg +cp browser.cfg ~/.thunder/browser.cfg fi if [[ $firsttimes =~ [Nn] ]]; then echo "Got it."