Initial commit: migrate from SVN with deprecation notices

This commit is contained in:
2026-03-24 12:58:57 +01:00
commit cb357e43c2
+36
View File
@@ -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 (19 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