37 lines
912 B
Markdown
37 lines
912 B
Markdown
# 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
|