https://github.com/throwaway96/install-jail-conf
Install jail_app.conf for webOS developer mode.
https://github.com/throwaway96/install-jail-conf
Last synced: 8 months ago
JSON representation
Install jail_app.conf for webOS developer mode.
- Host: GitHub
- URL: https://github.com/throwaway96/install-jail-conf
- Owner: throwaway96
- License: agpl-3.0
- Created: 2023-08-16T01:10:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T23:07:48.000Z (about 2 years ago)
- Last Synced: 2025-10-04T17:48:14.875Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-jailinst.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Notice
This describes `jailinst.sh`, which has been superseded by `jailpatch.sh`. Only
use it if `jailpatch.sh` doesn't work.
# `jail_app.conf` Installer
**NOTE:** You'll have to provide your own URLs for `jail_app.conf` and
`jail_app.conf.sig`.
This script will download, verify, and install
`jail_app.conf`/`jail_app.conf.sig`.
## How-to
1. Replace URLs in script with valid ones. Make sure your editor preserves the
LF line endings.
2. Upload `jailinst.sh` to your TV. Put it somewhere writable, like `/tmp` or `/media/developer/temp`.
3. Run `jailinst.sh` on the TV. (Either use `sh jailinst.sh` or make it executable and use
e.g. `./jailinst.sh`.)
4. If verification was successful, reboot the TV for the new configuration to
take effect.
## License
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along
with this program. If not, see .
See `LICENSE` for details.