installer.to icon indicating copy to clipboard operation
installer.to copied to clipboard

Simply `curl https://installer.to/name | bash` to install any tool

Results 45 installer.to issues
Sort by recently updated
recently updated
newest added

## About the tool LibreCAD 3 is a next generation 2D CAD application written to be modular, with a core independent from GUI toolkits. Scripting is possible with Lua.http://librecad.org ##...

New Installer Script Request

## About the tool FFmpeg is software suite of libraries and programs for handling multimedia files, by ffmpeg as example you can convert between various multimedia file extensions, or convert...

New Installer Script Request

Added installer.sh file which installs sublime in your local system resolves issue leopardslab#31

## About the tool Sublime Text is a text editor written in C++ and Python available on Windows, Mac, and Linux. It is a sophisticated text editor that is widely...

New Installer Script Request

## About the tool MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle Corporation. ## How the "cURL & bash" command be...

New Installer Script Request

Added bash script supporting yum, dnf, apt, and pacman. Pacman requires git to be installed (is automated) to clone and build the project. **Related Docs:** - https://code.visualstudio.com/docs/setup/linux - https://linuxize.com/post/how-to-install-visual-studio-code-on-centos-7/ -...

## About the tool Visual Studio Code is a popular editor developed by Microsoft, supported by most versions of Linux. It provides deep integration with many developer tools. ## How...

New Installer Script Request

**Describe the bug** 1. Commands like `rpm` and `dpkg` should be invoked with `sudo`. 2. Should use package repositories rather getting the `.rpm` or `.deb` files from GitHub ( Unless...

### Context Implemented a Go command line tool to perform installer.to task of installing essential tools. ### File Directory structure ```bash installer.to/ │ │ └─── go_CLI_client/ │ └─────src/ │ main.go...

**Is your feature request related to a problem? Please describe.** Presently the method of installing tools using `installer.to` seems exposed so there is a need of *abstraction* and much more...