安装错误排除:error: externally-managed-environment
Run the command (this will add all the repos needed)
curl -L https://umbrel.sh | bash
After the error manually install Docker and docker-compose:
sudo apt install docker docker-compose
Install Umbrel without docker:
curl -L https://umbrel.sh | bash -s -- --no-instal-docker --no-install-compose
参考资料:
https://github.com/getumbrel/umbrel/issues/1623