From 9c2258e74c349468996dcd7c79a317d44728f14a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 18 Aug 2022 00:53:34 +0200 Subject: [PATCH] Add libssl-dev --- wsl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl.sh b/wsl.sh index 9874d97..e4d8df4 100644 --- a/wsl.sh +++ b/wsl.sh @@ -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)