-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit-or-update-bin.sh
More file actions
executable file
·22 lines (16 loc) · 957 Bytes
/
init-or-update-bin.sh
File metadata and controls
executable file
·22 lines (16 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
sudo apt-get update
sudo apt-get install -y --force-yes build-essential software-properties-common make cmake openssl perl pkg-config
sudo apt-get install -y --force-yes libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev libncurses5-dev xz-utils tk-dev \
libffi-dev liblzma-dev python-openssl libpcre3 libreadline-dev \
libsqlite3-dev libpq-dev libmysqlclient-dev libyaml-dev \
zlib1g-dev libglib2.0-dev webkit2gtk-4.0
#sudo apt-get install -y --force-yes libxml2-dev libxmlsec1-dev
#sudo apt-get install -y --force-yes ubuntu-restricted-extras
sudo apt-get install -y --force-yes zsh wget curl git mercurial binutils bison xclip cloc tree zip p7zip-full rsync inotify-tools tmux shellcheck lnav graphviz
sudo apt-get install -y --force-yes lm-sensors hddtemp linux-tools-generic
sudo apt-get install -7 --force-yes clang llvm
# sys monitor
sudo apt-get install -y --force-yes procps sysstat
chsh -s "$(which zsh)"