Renamed propperly WSL to WLS to avoid confussions

This commit is contained in:
Alberto Soutullo
2023-02-21 16:38:49 +01:00
committed by Alberto Soutullo Rendo
parent 01b398513b
commit 13ebdea853
16 changed files with 62 additions and 60 deletions

View File

@@ -13,9 +13,9 @@ sudo apt install kurtosis-cli=$kurtosis_version
sudo apt-mark hold kurtosis-cli
sudo rm /etc/apt/sources.list.d/kurtosis.list
# Build WSL and Gennet docker image
cd wsl-module
docker build -t wsl:0.0.1 .
# Build WLS and Gennet docker image
cd wls-module
docker build -t wls:0.0.1 .
cd ..
cd gennet-module