mirror of
https://aur.archlinux.org/firedragon.git
synced 2025-07-06 21:14:33 +00:00
Major version update - Floorp-based PKGBUILD 11.9.0
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
post_install() {
|
||||
echo "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
|
||||
echo "If you prefer strict hardened settings execute 'mkdir ~/.firedragon && cp /usr/lib/firedragon/firedragon.overrides.cfg ~/.firedragon/'"
|
||||
}
|
||||
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}"
|
||||
}
|
Reference in New Issue
Block a user