Fix profile not downloading (#876)
* Fix profile not downloading Since the powershell folder is owned by root, the profile download fails without becoming sudo first. ``` ls -l /opt/microsoft/powershell/ total 0 drwxr-xr-x. 1 root root 22 Feb 23 08:37 7 ``` * Update install.sh * Update install.sh * Fix: Add missing quote * Update install.sh * Update src/powershell/install.sh Co-authored-by:Samruddhi Khandale <samruddhikhandale@github.com> * Update install.sh * Update patch version in devcontainer-feature.json --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
Showing
Please register or sign in to comment