MD5 hash of .\clockworkos_v0.4.img.bz2:
06a8c5907f1e5b3451118eb86ae0fc92
CertUtil: -hashfile command completed successfully.
I finished reinstall system and run "sudo apt update"
Shell display this
Ok…,then add public key right? I do it.
but I have not “dirmngr” too , and i download offline package of dirmngr but I cant install so many depends.
PS: 0.5version system is also tryed.
I am so sorry for my bad english. (╥_╥)
中文版:
重装了gameshell的系统之后,apt就不能用了,提示我没有公钥,
但是我也不能添加,因为我没有添加公钥的软件,我需要apt装上这个软件(dirmngr ),
我就下载了离线版,但是依赖太多解决不了,大家有没有什么好的解决办法?
跪求!!!
As you see,it also dont work.
But you remind me, Why not download pub key directly and transmit to Gameshell from another machine.
another machine
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys <what you have not key >
sudo apt-key export <what you need key> > k1.txt
and then you can transmit the TXT FILE to Gameshell
Gameshell
sudo apt-key add k1.txt
so
sudo apt update
sudo apt upgrade