Skip to content

ModbusScope/au-choco-package

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains chocolatey automatic packages for ModbusScope. It is forked and adapted from https://github.com/majkinetor/au-packages. And further adapted to chocolatey-au

Prerequisites

To run locally you will need:

Automatic package update

Run from within the directory of the package to update that package

cd modbusscope

Automatic

  • Run update.ps1
  • Push package to repository
    • choco push modbusscope.x.x.x.nupkg --source https://push.chocolatey.org/

Force update

Set $au_Force = $true prior to script call to update the package even if no new version is found.

Manual

  • Generate checksum

    • checksum -t sh256 ModbusScope_Setup.exe
  • Generate package

    • choco pack
  • Install local nupkg file

    • choco install ModbusScope --source .

    • or more chatty:

      • choco install ModbusScope --debug --verbose --source .
  • Images:

About

Chocolatey package for ModbusScope

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%