mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
🐛 fix(_ocs): update => new
This commit is contained in:
@@ -46,7 +46,7 @@ You need a **bootable USB** to install Snigdha OS. Use **Ventoy** or **Rufus** (
|
||||
3. **Create Bootable USB**:
|
||||
Run the `dd` command to copy the Snigdha OS ISO to your USB drive (replace `/dev/sdX` with your USB device path):
|
||||
```bash
|
||||
sudo dd if=garuda-linux-YYYY.MM.DD-x86_64.iso of=/dev/sdX bs=4M status=progress oflag=sync
|
||||
sudo dd if=snigdhaos-YYYY.MM.DD-x86_64.iso of=/dev/sdX bs=4M status=progress oflag=sync
|
||||
```
|
||||
|
||||
4. **Eject USB**:
|
||||
|
Reference in New Issue
Block a user