Azure / repair-script-library

Organize and archive known repair scripts to enable anyone to easily fix their machines. The scripts are made primarily to repair VMs on the cloud.
MIT License
36 stars 37 forks source link

After last update linux-alar2 doesnt work on RHEL #50

Open brojtar opened 1 year ago

brojtar commented 1 year ago

Failing on ubuntu commands (apt update).

Script returned with error: [Error 12/27/2022 15:39:12]./src/linux/linux-alar2.sh: line 5: apt-get: command not found

{

"output": "[Error 12/27/2022 15:39:12]./src/linux/linux-alar2.sh: line 5: apt-get: command not found ",

}

malachma commented 1 year ago

what where the details to create the recover VM? By default an Ubuntu VM is created. This distro rely on apt-get, the error should therefore not appear.