From cb357e43c2adcb4d8ea57d67058fdbfaa2fad99b Mon Sep 17 00:00:00 2001 From: Raymond Date: Tue, 24 Mar 2026 12:58:57 +0100 Subject: [PATCH] Initial commit: migrate from SVN with deprecation notices --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..96f3e05 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# oscam-install + +> **DEPRECATED – No longer maintained** +> +> This script was originally hosted at `http://svn.hisp.no/svn/oscam-install/trunk/` (SVN). +> The SVN server has been decommissioned. This repository is the final archived version. +> +> **No further development will happen here.** + +--- + +## Docker alternative (recommended) + +- **linuxserver/oscam**: https://hub.docker.com/r/linuxserver/oscam +- **Docker Compose example**: https://docs.linuxserver.io/images/docker-oscam/ + +--- + +## About + +Automatic install/update script for multi-instance OScam CardServer (1–9 instances). +Requires: Debian or Ubuntu, systemd, root access. + +## Legacy install (archived) + +```bash +apt-get -y install dialog git build-essential +git clone https://git.hisp.no/oscam/oscam-install.git +chmod -R 0755 oscam-install +cd oscam-install +./install.sh +``` + +## Author + +Prilly – prilly@speedbox.me – Originally written: March 2016