Files

37 lines
912 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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