summarylogtreecommitdiffstats
path: root/firedragon.install
blob: 2448052c460a62bb2461dbda524b12fa414f2fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
RED='\033[0;31m'
NC='\033[0m'

post_upgrade() {
    echo -e "⚠️  This update contains a rebase to the Floorp browser's source! ⚠️ 
This means we no longer use Librewolf as base, though settings and 
privacy aware feature set were kept as close to our previous setup 
as possible.
${RED}To prevent potential issues, we strongly recommend to create a
fresh browser profile. This can be done by running \"firedragon -P\" 
in the terminal.${NC}"
}