summarylogtreecommitdiffstats
path: root/fx_cast.install
diff options
context:
space:
mode:
Diffstat (limited to 'fx_cast.install')
-rw-r--r--fx_cast.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/fx_cast.install b/fx_cast.install
new file mode 100644
index 000000000000..734c1ce84e67
--- /dev/null
+++ b/fx_cast.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "Ensure to:"
+ echo -e "\t* Install the Firefox extension from https://hensm.github.io/fx_cast/
+ echo -e "\t* Run 'systemctl enable --now avahi-daemon'"
+ echo -e "\t* Update your avahi configuration as per https://wiki.archlinux.org/title/avahi\#Hostname_resolution"
+}