Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihaigalos/url-install
Install packages from remote archives using just their url.
https://github.com/mihaigalos/url-install
Last synced: 3 days ago
JSON representation
Install packages from remote archives using just their url.
- Host: GitHub
- URL: https://github.com/mihaigalos/url-install
- Owner: mihaigalos
- License: gpl-3.0
- Created: 2020-10-27T14:49:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T08:13:25.000Z (about 3 years ago)
- Last Synced: 2023-03-03T21:46:37.942Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 1.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url-install
![CI](https://github.com/mihaigalos/url-install/workflows/Rust/badge.svg) [![license](https://img.shields.io/badge/license-GPLv3-brightgreen.svg)](LICENSE) [![LoC](https://tokei.rs/b1/github/mihaigalos/url-install)](https://github.com/Aaronepower/tokei)Install packages from remote archives using just their url.
Supported formats : `*.tar.gz`, `*.zip`.`sudo` required if writing to system paths.
### Building
```bash
cargo build # Result now in target/debug/url-install
```### Using
```bash
[sudo] url-install [url] [install_to_path]
```### Example Usage
```bash
url-install https://github.com/ogham/exa/releases/download/v0.9.0/exa-linux-x86_64-0.9.0.zip /tmpsudo url-install https://github.com/ogham/exa/releases/download/v0.9.0/exa-linux-x86_64-0.9.0.zip /usr/bin
```