-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
RainyHallways
committed
Jan 5, 2024
1 parent
9b3a888
commit d1d4605
Showing
50 changed files
with
2,545 additions
and
1,037 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
lang: zh-CN | ||
title: 安装指南 | ||
description: 安装指南 | ||
sidebar: auto | ||
--- | ||
|
||
# 安装 neomega | ||
|
||
## 安卓、linux、macos | ||
如果你是 安卓、linux、macos 用户,那么 | ||
在你的黑框框(终端)里复制黏贴下面一整段: <br/> | ||
` | ||
curl -o install.sh https://omega-1259160345.cos.ap-nanjing.myqcloud.com/fastbuilder_launcher/install.sh && bash install.sh && rm install.sh | ||
` | ||
|
||
再输入 `./fastbuilder` 即可 | ||
|
||
## Windows | ||
windows 下载这个,双击运行: | ||
[windows-amd64.exe](https://omega-1259160345.cos.ap-nanjing.myqcloud.com/fastbuilder_launcher/windows-amd64.exe) | ||
|
||
## Dockerfile | ||
```dockerfile | ||
FROM ubuntu:20.04 | ||
RUN export DEBIAN_FRONTEND=noninteractive && export DEBIAN_FRONTEND=teletype \ | ||
&& sed -i 's/archive.ubuntu.com/mirrors.bfsu.edu.cn/g' /etc/apt/sources.list \ | ||
&& apt-get update -yq && apt-get install -yq --no-install-recommends \ | ||
ca-certificates \ | ||
&& apt clean -yq && apt autoclean -yq && apt autoremove -yq && rm -rf /var/lib/apt/lists/* | ||
|
||
ADD https://omega-1259160345.cos.ap-nanjing.myqcloud.com/fastbuilder_launcher/linux-amd64 /usr/bin/fastbuilder | ||
RUN mkdir -p /workspace/cache/default_config/fastbuilder && mkdir -p root/.config && ln -s /workspace/cache/default_config/fastbuilder /root/.config/fastbuilder \ | ||
&& echo -n 'zh_CN' > /root/.config/fastbuilder/language \ | ||
&& chmod +x /usr/bin/fastbuilder | ||
RUN fastbuilder -b | ||
ADD https://omega-1259160345.cos.ap-nanjing.myqcloud.com/fastbuilder_launcher/certs.tar.gz /etc/ssl/certs.tar.gz | ||
RUN mkdir -p /workspace | ||
|
||
RUN echo "#!/bin/sh" >> /usr/bin/start \ | ||
&& echo "sleep 1" >> /usr/bin/start \ | ||
&& echo "fastbuilder" >> /usr/bin/start \ | ||
&& chmod +x /usr/bin/start | ||
WORKDIR /workspace | ||
ENTRYPOINT [ "/usr/bin/start" ] | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.