Skip to content

Commit fd2171b

Browse files
author
Arda Atci
committed
1.0.2-beta release
1 parent 777eeac commit fd2171b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ gpg --keyserver hkps://keys.gnupg.net --recv-keys 964FD85861C858D7
4646
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 964FD85861C858D7
4747
gpg --keyserver hkp://pgp.mit.edu --recv-keys 964FD85861C858D7
4848
49-
gpg --verify phyOS-2022.07.24-x86_64.iso.sig
50-
sha256sum -c phyOS-2022.07.24-x86_64.iso.sha256
49+
gpg --verify phyOS-2022.07.27-x86_64.iso.sig
50+
sha256sum -c phyOS-2022.07.27-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.24-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.27-x86_64.iso of=/dev/{sda,sdb 'check usb path with (sudo fdisk -l)'} conv=fsync oflag=direct status=progress
5959
```

0 commit comments

Comments
 (0)