Skip to content

Commit

Permalink
1.6.9 - Remove Handyscripts from the repos
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn committed Jul 8, 2024
1 parent 446d96f commit 8deaf2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ func init() {
arch = ValidatedArch[0]
Repositories = append(Repositories, "https://bin.ajam.dev/"+arch+"/")
Repositories = append(Repositories, "https://bin.ajam.dev/"+arch+"/Baseutils/")
Repositories = append(Repositories, "https://raw.githubusercontent.com/xplshn/Handyscripts/master/")
//Repositories = append(Repositories, "https://raw.githubusercontent.com/xplshn/Handyscripts/master/")
// Binaries that are available in the Repositories but aren't described in any MetadataURLs will not be updated, nor listed with `info` nor `list`
RNMetadataURL = "https://bin.ajam.dev/" + arch + "/METADATA.json" // RNMetadataURL is the file which contains a concatenation of all metadata in the different repos, this one also contains sha256 checksums
MetadataURLs = append(MetadataURLs, "https://bin.ajam.dev/"+arch+"/METADATA.json")
MetadataURLs = append(MetadataURLs, "https://bin.ajam.dev/"+arch+"/Baseutils/METADATA.json")
MetadataURLs = append(MetadataURLs, "https://api.github.com/repos/xplshn/Handyscripts/contents")
//MetadataURLs = append(MetadataURLs, "https://api.github.com/repos/xplshn/Handyscripts/contents")
}

func printHelp() {
Expand Down

0 comments on commit 8deaf2c

Please sign in to comment.