https://github.com/chapagainmanoj/self-extacting-installer-example
An example for self-extracting installer
https://github.com/chapagainmanoj/self-extacting-installer-example
installer linux self-extracting-script
Last synced: 2 months ago
JSON representation
An example for self-extracting installer
- Host: GitHub
- URL: https://github.com/chapagainmanoj/self-extacting-installer-example
- Owner: chapagainmanoj
- Created: 2022-01-20T07:13:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T07:17:36.000Z (over 3 years ago)
- Last Synced: 2025-02-08T14:45:07.219Z (4 months ago)
- Topics: installer, linux, self-extracting-script
- Language: Shell
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# self-extacting-installer-example
An example for self-extracting installerNormally, we use a package manager for installing, updating and removing packages. They automate the process of downloading, extracting and verifying the package. However, they are not the only way of managing the installation. Adding a binary payload or an archive file to a shell script is one way to distribute the package. The self-extracting installer extracts that payload and copies content to the appropriate location.