Add libssl-dev

This commit is contained in:
Mylloon 2022-08-18 00:53:34 +02:00
parent 70d5918b89
commit 9c2258e74c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

2
wsl.sh
View file

@ -18,7 +18,7 @@ then
sed -i "50s#.*#%sudo ALL=(ALL:ALL) NOPASSWD: ALL#" /etc/sudoers
# === 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
apt purge -y needrestart # remove kernel update message (https://github.com/microsoft/WSL/issues/7054#issuecomment-864271333)