Skip to content

Instantly share code, notes, and snippets.

@pluser
Last active October 30, 2019 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pluser/239add9975080a01e2bb93b28e174acb to your computer and use it in GitHub Desktop.
Save pluser/239add9975080a01e2bb93b28e174acb to your computer and use it in GitHub Desktop.
Install Script for the Barrier with the Scoop Package Management System
{
"##": "Install Script for the Barrier with the Scoop Package Management System",
"version": "2.3.2",
"description": "Barrier is KVM software forked from Symless's synergy 1.9 codebase. Synergy was a commercialized reimplementation of the original CosmoSynergy written by Chris Schoeneman.",
"homepage": "https://github.com/debauchee/barrier",
"license": "GPL-2.0",
"url": "https://github.com/debauchee/barrier/releases/download/v2.3.2/BarrierSetup-2.3.2.exe",
"hash": "a6a195c55c199b35c737d7494327b37da94ded4eb2592871d4ad747aa8baa39a",
"installer": {
"args": [
"/verysilent",
"/nocancel",
"/norestart"
]
},
"uninstaller": {
"script": "& \"$Env:Programfiles\\Barrier\\unins000.exe\" /verysilent /nocancel /norestart"
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/debauchee/barrier/releases/download/v$version/BarrierSetup-$version.exe"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment