1
0
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:
FGD-Garuda
2024-02-03 17:26:10 -05:00
parent 249f181f54
commit e65a622e5c
3 changed files with 320 additions and 380 deletions

View File

@ -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}"
}