Skip to content

Commit 93e228b

Browse files
committed
Fix small mistakes in scripts
1 parent 2d12ebb commit 93e228b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backup/backup_dvd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FILENAME=$1
1919
if [ $(command -v ddrescue &> /dev/null) -or $(command -v 7zr &> /dev/null) ]; then :; else
2020
echo "The necessary packages appear not to be installed. Installing."
2121
sudo apt update
22-
sudo apt install gddrescue p7zip
22+
sudo apt install gddrescue 7zip
2323
fi
2424

2525
ddrescue -b 2048 -n -v "${DEVICE}" "${FILENAME}.iso" rescue.log

testing/stability_test.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)