sanekits / shellkit.workspace

0 stars 0 forks source link

None of the one-line install commands in README seem to be working for github.com #3

Open Stabledog opened 1 year ago

Stabledog commented 1 year ago

localhist, cdpp << Not even showing a oneliner vscode-tools << One-liner doesn't work

WTF?

Stabledog commented 1 year ago

Now the one-liner for vscode-tools seems to be working correctly:

curl -L https://github.com/sanekits/vscode-tools/releases/download/0.1.9/vscode-tools-setup-0.1.9.sh \
    -o ~/tmp$$.sh && bash ~/tmp$$.sh && rm ~/tmp$$.sh && exec bash

So we need to replicate that across the board for github-hosted kits?