Skip to content

nixscript/interactive-dd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interactive-dd

Build Status GitHub License GitHub Release

Read this in other languages: Русский

Description

Bash script with interactive terminal shell for 'dd'

Screenshot

Installation

Download the latest release, extract and ...

# Go to extracted directory
cd interactive-dd

# Copy idd.sh to /usr/bin as root
sudo cp idd.sh /usr/bin/idd

# Copy translations to /usr/share/idd/ as root
sudo cp translations/*.trans /usr/share/idd/

# After that:
# Just run idd in directory with image-file
# and write to flash-drive, it's easy =)