We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d12ebb commit 93e228bCopy full SHA for 93e228b
backup/backup_dvd.sh
@@ -19,7 +19,7 @@ FILENAME=$1
19
if [ $(command -v ddrescue &> /dev/null) -or $(command -v 7zr &> /dev/null) ]; then :; else
20
echo "The necessary packages appear not to be installed. Installing."
21
sudo apt update
22
- sudo apt install gddrescue p7zip
+ sudo apt install gddrescue 7zip
23
fi
24
25
ddrescue -b 2048 -n -v "${DEVICE}" "${FILENAME}.iso" rescue.log
testing/stability_test.sh
100644
100755
0 commit comments