Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik committed Aug 5, 2022
1 parent 25c03fb commit 0d0079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [[ -z "$detected_layout_via_offline_table" || "$detected_layout_via_offline_t
else
for option in $(ls numpad_layouts); do
if [ "$option" = "$detected_layout_via_offline_table.py" ]; then
read -r -p "Automatically recommended numpad layout: $detected_layout_via_offline_table (associated to $detected_laptop_via_offline_table). If not you can specify numpad layout later by yourself and please create an issue (https://github.com/asus-linux-drivers/asus-touchpad-numpad-driver/issues). Is that correct? [y/N]" response
read -r -p "Automatically recommended numpad layout: $detected_layout_via_offline_table (associated to $detected_laptop_via_offline_table). You can specify numpad layout later by yourself and please create an issue (https://github.com/asus-linux-drivers/asus-touchpad-numpad-driver/issues). Is recommended numpad layout correct? [y/N]" response
case "$response" in [yY][eE][sS]|[yY])
model=$detected_layout_via_offline_table
;;
Expand Down

0 comments on commit 0d0079a

Please sign in to comment.