dpoole73
dpoole73
any updates here? i see the same thing
yes it seems the base image is missing `lowercase`: ```bash adminUsername@vm [ ~ ]$ OS=$(lowercase "$(uname)") -bash: lowercase: command not found adminUsername@vm [ ~ ]$ echo ${OS} ``` FYI `uname`...
i think the script will need to be updated to check for /etc/azurelinux-release
I tested with your changes and it didn't work, here is the error: ```bash Get-PowerShell MASTER Installer Version 1.2.0 Installs PowerShell and Optional The Development Environment Original script is at:...
oh I didn't realize it was an internal image. I am using an internal microsoft subscription so likely it shows up for me but not for you. I'm trying to...