[PR #37] [MERGED] 🎨 feat(install-casaos): Add install script and README #46

Open
opened 2025-11-20 04:14:25 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/37
Author: @dragonfire1119
Created: 4/30/2025
Status: Merged
Merged: 4/30/2025
Merged by: @dragonfire1119

Base: masterHead: install-casaos-run-script


📝 Commits (1)

  • de1f10d 🎨 feat(install-casaos): Add install script and README

📊 Changes

2 files changed (+933 additions, -0 deletions)

View changed files

install-casaos/README.md (+5 -0)
install-casaos/run.sh (+928 -0)

📄 Description

Adds install script and README for CasaOS

  • Added a new README.md file in the install-casaos directory, which provides a simple command to run the CasaOS installation script.
  • Added a new run.sh script in the install-casaos directory, which is the main CasaOS installation script. This script includes functionality to automatically check SSL certificate validity and disable SSL/TLS certificate verification if necessary for problematic domains.
  • These changes aim to provide a convenient way for users to install CasaOS on their systems by running a single command.

Summary by CodeRabbit

  • New Features

    • Introduced an automated installer script for CasaOS on Linux, supporting a wide range of distributions and architectures.
    • Added SSL certificate checking with user prompts for secure downloads.
    • Automated checks for system requirements, dependency installation, and Docker setup.
    • Provided fallback mechanisms for Rclone installation and regional download support.
    • Added a README with clear installation instructions.
  • Documentation

    • Added a README file with step-by-step instructions for running the CasaOS installation script.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bigbeartechworld/big-bear-scripts/pull/37 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 4/30/2025 **Status:** ✅ Merged **Merged:** 4/30/2025 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `install-casaos-run-script` --- ### 📝 Commits (1) - [`de1f10d`](https://github.com/bigbeartechworld/big-bear-scripts/commit/de1f10d2df4b8d8775de3b3b2d430a671148c4b0) 🎨 feat(install-casaos): Add install script and README ### 📊 Changes **2 files changed** (+933 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `install-casaos/README.md` (+5 -0) ➕ `install-casaos/run.sh` (+928 -0) </details> ### 📄 Description ### Adds install script and README for CasaOS - Added a new README.md file in the `install-casaos` directory, which provides a simple command to run the CasaOS installation script. - Added a new `run.sh` script in the `install-casaos` directory, which is the main CasaOS installation script. This script includes functionality to automatically check SSL certificate validity and disable SSL/TLS certificate verification if necessary for problematic domains. - These changes aim to provide a convenient way for users to install CasaOS on their systems by running a single command. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced an automated installer script for CasaOS on Linux, supporting a wide range of distributions and architectures. - Added SSL certificate checking with user prompts for secure downloads. - Automated checks for system requirements, dependency installation, and Docker setup. - Provided fallback mechanisms for Rclone installation and regional download support. - Added a README with clear installation instructions. - **Documentation** - Added a README file with step-by-step instructions for running the CasaOS installation script. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/big-bear-scripts#46