https://github.com/roshan-r/winstall
A script to download and install program dependencies
https://github.com/roshan-r/winstall
Last synced: 10 months ago
JSON representation
A script to download and install program dependencies
- Host: GitHub
- URL: https://github.com/roshan-r/winstall
- Owner: Roshan-R
- Created: 2020-05-24T16:03:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T18:30:16.000Z (over 5 years ago)
- Last Synced: 2025-02-11T15:58:09.402Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Winstall
A script to download and install program dependencies
## Instalation
clone the repository and run `sudo install.sh` to install the script.
## Features
use `winstaller make program_name` to download all .deb files of dependencies to a folder .win folder in the current directory.
To install a program from a .win folder, navigate to the folder and use `sudo winstaller install` to install it.