Skip to content

These automated scripts simplifies the installation process for IPFS (InterPlanetary File System) on your system.

License

Notifications You must be signed in to change notification settings

AndyDevla/ipfs-auto-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

IPFS Command Installer

Build Status

This automated script simplifies the installation process for IPFS (InterPlanetary File System) commands on your system. With just a few simple steps, you can have IPFS commands up and running quickly and efficiently.

Features

  • Ease of use, this script automates the process, saving you time and effort.
  • Flexible installation, choose how to run the installation script, online or offline.

Installation

The script needs to be run as a normal user and will prompt you for password when sudo actions are initiated. Follow the on-screen prompts to customize installation options as needed, sit back and relax while the installer takes care of the rest.

Online:

Open a terminal to execute a bash script directly from GitHub.

bash <(wget -qO- https://raw.githubusercontent.com/AndyDevla/ipfs-auto-installer/main/ipfs-auto-installer.sh)

or

bash <(curl -sSL https://raw.githubusercontent.com/AndyDevla/ipfs-auto-installer/main/ipfs-auto-installer.sh)

Offline:

Clone this repository to your local machine and execute the script as "sudo" user.

git clone https://github.com/AndyDevla/ipfs-auto-installer.git
cd ipfs-auto-installer
sudo bash ipfs-auto-installer.sh

Usage:

After installation, you can start using IPFS commands right away. Simply open your terminal or command prompt and type the desired IPFS command.

License

GNU General Public License v3.0

About

These automated scripts simplifies the installation process for IPFS (InterPlanetary File System) on your system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages