Skip to content
View Fible1's full-sized avatar
Block or Report

Block or report Fible1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Namada-Installer Namada-Installer Public

    Bash Script to Auto-Install Latest Version of Namada

    Shell

  2. A self install script for Celestia N... A self install script for Celestia Network. The script will update the node, install all dependencies, init and then start the node on systemd. Be sure to copy your Mnemonic!
    1
    #!/bin/bash
    2
    #use on Ubuntu 20.04
    3
    
                  
    4
     # Pre-Install
    5
     sudo apt update -y