Skip to content
Snippets Groups Projects
Commit d7833cb5 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent 24011f9d
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,10 @@ lc_startup () {
fi
# Azure VPN fix
if [ -f /usr/share/applications/microsoft-azurevpnclient.desktop ]; then
sed -i 's|Exec=/opt/microsoft|Exec=env BR=microsoft-edge-stable /opt/microsoft|' /usr/share/applications/microsoft-azurevpnclient.desktop
fi
[ -f /usr/share/applications/microsoft-azurevpnclient.desktop ] && sed -i 's|Exec=/opt/microsoft|Exec=env BR=microsoft-edge-stable /opt/microsoft|' /usr/share/applications/microsoft-azurevpnclient.desktop
# azcli fix
if [ -f /usr/bin/az ]; then
sed -i 's|^/opt/azure-cli|BR=microsoft-edge-stable /opt/azure-cli|' /usr/bin/az
fi
[ -f /usr/bin/az ] && sed -i 's|^/opt/azure-cli|BR=microsoft-edge-stable /opt/azure-cli|' /usr/bin/az
else
lc_bgrun /dev/null every 1h systemctl restart --user microsoft-identity-broker.service
# lc_bgrun /dev/null every 30m /etc/ar2/ar2.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment