https://github.com/paulcarrick/jump-start-website-debian
A debian package for jump start server.
https://github.com/paulcarrick/jump-start-website-debian
debian package
Last synced: 4 months ago
JSON representation
A debian package for jump start server.
- Host: GitHub
- URL: https://github.com/paulcarrick/jump-start-website-debian
- Owner: PaulCarrick
- License: apache-2.0
- Created: 2025-02-02T17:23:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T19:42:00.000Z (over 1 year ago)
- Last Synced: 2025-02-19T20:31:59.598Z (over 1 year ago)
- Topics: debian, package
- Language: Python
- Homepage: https://jump-start-website.com
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jump-start-website
Jump Start Website Website Debian Package
To install run the following commands:
sudo curl -fsSL https://jumpstartserver.com:8443/distributions/jump-start-website.gpg -o /etc/apt/keyrings/jump-start-website.gpg
echo "deb [signed-by=/etc/apt/keyrings/jump-start-website.gpg] https://jumpstartserver.com:8443/distributions/debian ./" | sudo tee /etc/apt/sources.list.d/jump-start-website.list
sudo apt update
sudo apt install jump-start-website