mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-26 12:44:21 +00:00
12 lines
451 B
Plaintext
12 lines
451 B
Plaintext
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}"
|
|
} |