Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 8deaf2c

Browse files
author
xplshn
committed
1.6.9 - Remove Handyscripts from the repos
1 parent 446d96f commit 8deaf2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ func init() {
122122
arch = ValidatedArch[0]
123123
Repositories = append(Repositories, "https://bin.ajam.dev/"+arch+"/")
124124
Repositories = append(Repositories, "https://bin.ajam.dev/"+arch+"/Baseutils/")
125-
Repositories = append(Repositories, "https://raw.githubusercontent.com/xplshn/Handyscripts/master/")
125+
//Repositories = append(Repositories, "https://raw.githubusercontent.com/xplshn/Handyscripts/master/")
126126
// Binaries that are available in the Repositories but aren't described in any MetadataURLs will not be updated, nor listed with `info` nor `list`
127127
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
128128
MetadataURLs = append(MetadataURLs, "https://bin.ajam.dev/"+arch+"/METADATA.json")
129129
MetadataURLs = append(MetadataURLs, "https://bin.ajam.dev/"+arch+"/Baseutils/METADATA.json")
130-
MetadataURLs = append(MetadataURLs, "https://api.github.com/repos/xplshn/Handyscripts/contents")
130+
//MetadataURLs = append(MetadataURLs, "https://api.github.com/repos/xplshn/Handyscripts/contents")
131131
}
132132

133133
func printHelp() {

0 commit comments

Comments
 (0)