mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
add missing Centos requirement
This commit is contained in:
@@ -54,7 +54,7 @@ $ sudo apt install -y python3.6-dev python3-pip redis-server
|
||||
<TabItem value="rhel">
|
||||
|
||||
```shell-session
|
||||
$ sudo yum install centos-release-scl python3-devel rh-python36
|
||||
$ sudo yum install centos-release-scl scl-utils python3-devel rh-python36
|
||||
$ sudo scl enable rh-python36
|
||||
```
|
||||
|
||||
|
@@ -15,9 +15,7 @@ import SearchBar from "@theme/SearchBar";
|
||||
import useThemeContext from "@theme/hooks/useThemeContext";
|
||||
import useHideableNavbar from "@theme/hooks/useHideableNavbar";
|
||||
import useLockBodyScroll from "@theme/hooks/useLockBodyScroll";
|
||||
|
||||
import useMedia from "use-media";
|
||||
|
||||
import { ColorModeToggle } from "../../components/ColorModeToggle";
|
||||
import { GithubButton } from "../../components/GithubButton";
|
||||
import Logo from "../../components/Logo";
|
||||
|
Reference in New Issue
Block a user