summarylogtreecommitdiffstats
path: root/memtest86-efi
diff options
context:
space:
mode:
authorXorg2022-10-03 20:27:26 +0200
committerXorg2022-10-03 20:27:26 +0200
commitaf8178dd54985ebef7778aeebd17e863baedf4be (patch)
tree83dd28026aa18392ed742ba1cef58fca7021422f /memtest86-efi
parenta69e4de104cd0b065f5a0a09e2b07faaf98f0265 (diff)
downloadaur-af8178dd54985ebef7778aeebd17e863baedf4be.tar.gz
Fix update for choice #1
Diffstat (limited to 'memtest86-efi')
-rw-r--r--memtest86-efi6
1 files changed, 1 insertions, 5 deletions
diff --git a/memtest86-efi b/memtest86-efi
index 3d1daa6cb8a8..e1adb4f822b3 100644
--- a/memtest86-efi
+++ b/memtest86-efi
@@ -238,11 +238,7 @@ update() {
_mount_esp "$esp_partition" "$esp_mount_path"
case $choice in
- 1) # Update files in $esp_mount_path/
- _common_install "$esp_mount_path" "$memtest86_esp_bin"
- ;;
-
- 2|3|4) # Update files in ${esp_mount_path}${memtest86_esp_path}/
+ 1|2|3|4) # Update files in ${esp_mount_path}${memtest86_esp_path}/
_common_install "${esp_mount_path}${memtest86_esp_path}" "$memtest86_esp_bin"
;;
esac