wsl2-systemd script

This commit is contained in:
2023-07-05 13:37:25 +00:00
parent a61d0a9504
commit 547cfb10e0
5 changed files with 183 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ if [ "$ADDITIONALS" == "true" ]; then
echo "Additional install has started"
sh /additional_install.sh
echo "Additional install has finished"
else if [ "$WSL2" == "true" ]; then
echo "WSL2 systemd script has started"
sh /wsl2-systemd-script.sh
#systemctl
echo "WSL2 systemd script has finished"
else
if [[ "$SMARTHOST_PROXY" == "YES" || "$SMARTHOST_PROXY" == "TRUE" ]]; then
PROXY_TYPE=smarthost-proxy" "$PROXY_TYPE;