Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Weekly build (40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrrg committed Oct 1, 2018
1 parent a7ed042 commit 4832310
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HELP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NtOS is a Debian live system with encrypted persistence by default.

USAGE

$ wget -O /tmp/ntos-image.tar.gz https://github.com/ntrrg/ntos/releases/download/w37/ntos-image-w37-x64.tar.gz
$ wget -O /tmp/ntos-image.tar.gz https://github.com/ntrrg/ntos/releases/download/w40/ntos-image-w40-x64.tar.gz
$ mkdir /tmp/image
# tar -xf /tmp/ntos-image.tar.gz -C /tmp/image
$ EDITOR config.mk
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See <https://nt.web.ve/en/projects/ntos>.
1\. Get the image

```shell-session
$ wget -O /tmp/ntos-image.tar.gz https://github.com/ntrrg/ntos/releases/download/w37/ntos-image-w37-x64.tar.gz
$ wget -O /tmp/ntos-image.tar.gz https://github.com/ntrrg/ntos/releases/download/w40/ntos-image-w40-x64.tar.gz
```

```shell-session
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
week := 37
week := 40

# Rootfs

Expand Down
2 changes: 1 addition & 1 deletion scripts/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e

MODE="${MODE:-TEXT}"
WEEK="${WEEK:-37}"
WEEK="${WEEK:-40}"
MIRROR="${MIRROR:-https://github.com/ntrrg/ntos/releases/download/w$WEEK}"

apt-get update
Expand Down

0 comments on commit 4832310

Please sign in to comment.