summarylogtreecommitdiffstats
path: root/firestorm-next.install
blob: 8d2c6a6e7dd04d9782103504130ce097a2f73523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
post_install() {
  cat <<EOF

===================================================================
Config and cache files for Firestorm can be found in your user's ~/.firestorm_x64 directory.

For support of early access releases, please join and message the Firestorm Preview group inworld:
  Group URL: https://my.secondlife.com/groups/7ba4569c-9dd9-fed2-aaa7-36065d18a13c
  Inworld Group URI: secondlife:///app/group/7ba4569c-9dd9-fed2-aaa7-36065d18a13c/about

For more information about Firestorm's early access releases, refer to the official download page:
  https://www.firestormviewer.org/early-access-beta-downloads/

The latest release notes can be found on the official Firestorm wiki:
  https://wiki.firestormviewer.org/changelog:firestorm_beta

For guides and troubleshooting, refer to Firestorm's official documentation:
  https://wiki.firestormviewer.org

From the latest inworld Firestorm group notice:
* This is pre-release quality, bugs are to be expected, reporting them when found is also expected.
* These viewers are not supported by the regular support channels.
  - Wiki pages may not correspond to the UI and function that you see.
  - The support groups for the release viewer will ask you to revert to the release viewer if you report an issue there.
* These builds are blocked regularly when out of date. They are also preset with a hard extinction date.
* Share the page freely, but do not share the links.
  - For the reasons stated, it is far better that people stop clicking on links inworld and downloading software. By sharing a legitimate link you are still encouraging poor discipline, this is why we have ceased to do that and it is why I ask that you do too.
  - As people learn that all such links are to be considered suspect, people found to be sharing links may find that they get AR'd, rightly or wrongly.
===================================================================

EOF
}

post_upgrade() {
  post_install
}