File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ gpg --keyserver hkps://keys.gnupg.net --recv-keys 964FD85861C858D7
4646gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 964FD85861C858D7
4747gpg --keyserver hkp://pgp.mit.edu --recv-keys 964FD85861C858D7
4848
49- gpg --verify phyOS-2022.07.22 -x86_64.iso.sig
50- sha256sum -c phyOS-2022.07.22 -x86_64.iso.sha256
49+ gpg --verify phyOS-2022.07.24 -x86_64.iso.sig
50+ sha256sum -c phyOS-2022.07.24 -x86_64.iso.sha256
5151```
5252
5353### How to burn the iso
5454
5555- You can use tools like rufus in windows, or dd for burning it from linux. Here is a basic example with dd:
5656
5757```
58- sudo dd bs=8M if=phyOS-2022.07.22 -x86_64.iso of=/dev/{sda,sdb 'check usb path with (sudo fdisk -l)'} conv=fsync oflag=direct status=progress
58+ sudo dd bs=8M if=phyOS-2022.07.24 -x86_64.iso of=/dev/{sda,sdb 'check usb path with (sudo fdisk -l)'} conv=fsync oflag=direct status=progress
5959```
You can’t perform that action at this time.
0 commit comments