Added avaz / fixed install script

This commit is contained in:
Senad Uka
2022-02-22 21:06:27 +01:00
parent 2db4b0b2e2
commit c8d361f458
6 changed files with 124 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ const (
KlixSource = 1
SrpskainfoSource = 2
BljesakSource = 3
AvazSource = 4
)
func SourceName(sourceId int) string {
@@ -39,6 +40,8 @@ func SourceName(sourceId int) string {
return "srpskainfo"
case BljesakSource:
return "bljesak"
case AvazSource:
return "avaz"
}
return "starenovine"
}