Files
big-bear-scripts-bigbeartec…/install-casaos
Christopher 0f0a5cd8fb uninstall-docker-snap (#39)
* 🔧 feat(install-casaos): Add function to check and uninstall Docker from Snap

This commit adds a new function `Check_Docker_Snap()` to the `install-casaos/run.sh` script. The purpose of this function is to check if Docker is installed via Snap and provide a prompt to uninstall the Snap version if necessary.

Snap-based Docker installations can cause compatibility issues with CasaOS, so it's recommended to uninstall the Snap version before proceeding with the CasaOS installation. This function helps to ensure a smooth installation process by addressing this potential issue.

The function first checks if Docker is installed via Snap. If so, it displays a warning message and prompts the user to confirm whether they want to uninstall the Snap version. If the user confirms, the function proceeds to uninstall Docker from Snap. If the user declines, the function skips the uninstallation and provides a warning that this may cause issues with CasaOS.

The function is then called within the `Install_Docker()` function to handle the Snap-based Docker installation before proceeding with the main Docker installation.

* 🔖 feat(install-casaos/run.sh): Update CasaOS Installer version

Updates the CasaOS Installer version from V0.1 to V0.3 to reflect the latest
release.
2025-04-30 23:41:32 -05:00
..
2025-04-30 23:41:32 -05:00

Run command

bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/install-casaos/run.sh)"