Skip to content

Commit

Permalink
1.0.2-beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
FT-Labs committed Jul 27, 2022
1 parent 777eeac commit fd2171b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ gpg --keyserver hkps://keys.gnupg.net --recv-keys 964FD85861C858D7
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 964FD85861C858D7
gpg --keyserver hkp://pgp.mit.edu --recv-keys 964FD85861C858D7
gpg --verify phyOS-2022.07.24-x86_64.iso.sig
sha256sum -c phyOS-2022.07.24-x86_64.iso.sha256
gpg --verify phyOS-2022.07.27-x86_64.iso.sig
sha256sum -c phyOS-2022.07.27-x86_64.iso.sha256
```

### How to burn the iso

- You can use tools like rufus in windows, or dd for burning it from linux. Here is a basic example with dd:

```
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
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
```

0 comments on commit fd2171b

Please sign in to comment.