Update 'README.md'
This commit is contained in:
parent
0e9e608705
commit
0af785f7e9
10
README.md
10
README.md
@ -3,3 +3,13 @@
|
||||
```sh
|
||||
curl -s -L https://sh.osa.cubetiqs.com/apt-mirror.sh | sudo bash
|
||||
```
|
||||
|
||||
### Fix APT Public Key
|
||||
```text
|
||||
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
|
||||
```
|
||||
|
||||
```shell
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8
|
||||
sudo apt update
|
||||
```
|
Loading…
Reference in New Issue
Block a user