wicd misc.go bug fix

This commit is contained in:
cuu
2018-12-09 23:31:12 +08:00
parent 9bb5a7ea97
commit 86b5fe868f
3 changed files with 7 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ var (
Battery = "/sys/class/power_supply/axp20x-battery/uevent"
MPD_socket = "/tmp/mpd.socket"
UPDATE_URL="https://raw.githubusercontent.com/cuu/CPI/master/launchergo_ver.json"
UPDATE_URL="https://raw.githubusercontent.com/clockworkpi/CPI/master/launchergo_ver.json"
VERSION="0.22"

View File

@@ -125,7 +125,7 @@ func LoadEncryptionMethods(wired bool) []*CurType {
for _, v := range enctypes {
c := parse_enc_templat(v)
c.Type = v
encryptionTypes = append(encryptionTypes, c)
}