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

Commit

Permalink
Weekly build
Browse files Browse the repository at this point in the history
* Add megatools
* Add wicd-gtk
* Update docker-compose 1.23.2
* Update Chrome to 71.0.3578
* Update Telegram to 1.5.1
  • Loading branch information
ntrrg committed Dec 12, 2018
1 parent 7e47719 commit acf3afb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 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/w47/ntos-image-w47-x64.tar.gz
$ wget -O /tmp/ntos-image.tar.gz https://github.com/ntrrg/ntos/releases/download/w50/ntos-image-w50-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/w47/ntos-image-w47-x64.tar.gz
$ wget -O /tmp/ntos-image.tar.gz https://github.com/ntrrg/ntos/releases/download/w50/ntos-image-w50-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 := 47
week := 50

# Rootfs

Expand Down
14 changes: 10 additions & 4 deletions 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:-47}"
WEEK="${WEEK:-50}"
MIRROR="${MIRROR:-https://github.com/ntrrg/ntos/releases/download/w$WEEK}"

apt-get update
Expand All @@ -24,6 +24,7 @@ apt-get install -y \
jq \
lbzip2 \
lvm2 \
megatools \
mosh \
netselect \
ntfs-3g \
Expand Down Expand Up @@ -132,10 +133,13 @@ EOF

chmod +x /etc/init.d/noip2


case "$MODE" in
"TEXT" )
# Vim

apt-get purge -fy vim-tiny

apt-get install -y \
gcc \
libncurses-dev \
Expand Down Expand Up @@ -163,7 +167,7 @@ case "$MODE" in
system-config-printer \
transmission \
vlc \
wicd \
wicd-gtk \
xfce4 \
xfce4-goodies

Expand Down Expand Up @@ -196,6 +200,8 @@ EOF

# Vim

apt-get purge -fy vim-tiny

apt-get install -y \
gcc \
libncurses-dev \
Expand Down Expand Up @@ -226,12 +232,12 @@ EOF

# Telegram

tar -xf /tmp/ntos-packages-gui/tsetup.1.4.3.tar.xz -C /opt/
tar -xf /tmp/ntos-packages-gui/tsetup.1.5.1.tar.xz -C /opt/
ln -sf /opt/Telegram/Telegram /usr/bin/telegram

# Chrome

dpkg -i /tmp/ntos-packages-gui/google-chrome-stable_70.0.3538.102-1_amd64.deb ||
dpkg -i /tmp/ntos-packages-gui/google-chrome-stable_71.0.3578.80-1_amd64.deb ||
apt-get install -fy

# Paper Theme
Expand Down

0 comments on commit acf3afb

Please sign in to comment.