wsl2-systemd script
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user