Add libssl-dev
This commit is contained in:
parent
70d5918b89
commit
9c2258e74c
1 changed files with 1 additions and 1 deletions
2
wsl.sh
2
wsl.sh
|
@ -18,7 +18,7 @@ then
|
||||||
sed -i "50s#.*#%sudo ALL=(ALL:ALL) NOPASSWD: ALL#" /etc/sudoers
|
sed -i "50s#.*#%sudo ALL=(ALL:ALL) NOPASSWD: ALL#" /etc/sudoers
|
||||||
|
|
||||||
# === Install packages ==
|
# === Install packages ==
|
||||||
apt install -y git apt-transport-https curl wget build-essential valgrind fish fzf bat procps micro libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libassimp-dev libfftw3-dev pkg-config automake make autoconf libtool perl-tk python3-pygments python3-venv python3-tk git-lfs zip unzip sed
|
apt install -y git apt-transport-https curl wget build-essential valgrind fish fzf bat procps micro libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libassimp-dev libfftw3-dev pkg-config automake make autoconf libtool perl-tk python3-pygments python3-venv python3-tk git-lfs zip unzip sed libssl-dev
|
||||||
|
|
||||||
# === Remove useless packages
|
# === Remove useless packages
|
||||||
apt purge -y needrestart # remove kernel update message (https://github.com/microsoft/WSL/issues/7054#issuecomment-864271333)
|
apt purge -y needrestart # remove kernel update message (https://github.com/microsoft/WSL/issues/7054#issuecomment-864271333)
|
||||||
|
|
Loading…
Reference in a new issue