This repository was archived by the owner on Jul 15, 2022. It is now read-only.

Description
When trying to run a fresh install of Site.js on a new CentOS7 fails with the following dependency errors:
[[email protected] ~]$ wget -qO- https://sitejs.org/install | bash
📡 Downloading Site.js version 20210618173754 (17.2.1/0e9e9a9)…
📦 Installing…
🎉 Done!
[[email protected] ~]$ mkdir hello-world
[[email protected] ~]$ cd hello-world
[[email protected] hello-world]$ echo "Hello, world" > index.html
[[email protected] hello-world]$ site
site: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by site)
site: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by site)
site: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by site)