blob: d28c6b1bd63244c26a9effcf6980915b3cea0844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo
echo "==> The following can now be executed:"
echo "==> hifi-interface: The graphical archways (client) to the boundless multiverse."
echo "==> hifi-assignment-client: A client for assignments. See high fidelity docs for uses."
echo "==> hifi-domain-server: Setup high fidelity domain server."
echo "==> hifi-ice-server: Set up your own server for high fidelity."
echo
echo "Please note: Intel GPU is not supported yet by HiFi!"
echo
}
|