Closed YevheniiVolosiuk closed 2 months ago
OS: Windows 10, WSL 2 on Ubuntu 22.04
Problem View:
To fix this problem need to make file changes .code/bin/commands/deploy.sh .code/bin/makes/registry.sh
from sed -i. bak to sed -i.bak after will work on 2 OS correctly.
sed -i. bak
sed -i.bak
Thank you @YevheniiVolosiuk !
OS: Windows 10, WSL 2 on Ubuntu 22.04
Problem View: