Socket
Socket
Sign inDemoInstall

github.com/CIS-Mobile/device-flasher

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/CIS-Mobile/device-flasher


Version published

Readme

Source

Dependencies

macOS:

brew install git go

Ubuntu:

sudo apt install git golang

Fedora:

sudo dnf install git go

Windows

winget install Git.Git GoLang.Go

Compile

go mod init cissecure.com/device-flasher
go mod tidy
make

Windows:

./build.ps1

Linux/macOS:

make

Usage

Plug each device of the same model to a USB port on the machine the program is running from.

You must copy the altOS factory image for the device you want to install altOS on to the current directory.

macOS:

Open a terminal in the current directory and enter the following command:

./altOS-flasher_darwin-universal

Linux:

Open a terminal in the current directory and enter the following command:

sudo ./altOS-flasher_linux-x86_64

Windows:

Open Windows Terminal in the current directory and select the Powershell profile. Enter the following command:

./altOS-flasher_windows-x86_64.exe

Alternatively you can simply double click on the executable, but note this will not show any error output if there is any.

FAQs

Last updated on 19 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc