-
-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update displaylink-debian for latest v6 release (#929)
* feat: update displaylink-installer.patch with lastest changes * refactor: simplify regex * feat: drop oboslete kernel check
- Loading branch information
Showing
2 changed files
with
12 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,15 @@ | ||
--- displaylink-installer.sh | ||
+++ displaylink-installer.sh | ||
@@ -237,15 +237,15 @@ | ||
printf '\n%s\n%s\n' "Please read the FAQ" \ | ||
"http://support.displaylink.com/knowledgebase/topics/103927-troubleshooting-ubuntu" | ||
@@ -212,9 +212,9 @@ | ||
evdi_success_message | ||
printf '%s\n\n' "DisplayLink driver installed successfully." | ||
|
||
- printf "\n\n%s\n%s\n%s\n\n\n" "Reboot required" "DisplayLink driver installed successfully." \ | ||
- "Please reboot your computer to ensure the proper functioning of the software." \ | ||
- && prompt_yes_no "Do you want to reboot now?" \ | ||
- && reboot | ||
+ # printf "\n\n%s\n%s\n%s\n\n\n" "Reboot required" "DisplayLink driver installed successfully." \ | ||
+ # "Please reboot your computer to ensure the proper functioning of the software." \ | ||
+ # && prompt_yes_no "Do you want to reboot now?" \ | ||
+ # && reboot | ||
- if evdi_requires_reboot && prompt_yes_no "Do you want to reboot now?"; then | ||
- reboot | ||
- fi | ||
+# if evdi_requires_reboot && prompt_yes_no "Do you want to reboot now?"; then | ||
+# reboot | ||
+# fi | ||
|
||
- "$NOREBOOT" && exit 0 | ||
+ # "$NOREBOOT" && exit 0 | ||
|
||
- xorg_running || exit 0 | ||
- prompt_yes_no "Xorg is running. Do you want to reboot now?" && reboot | ||
+ # xorg_running || exit 0 | ||
+ # prompt_yes_no "Xorg is running. Do you want to reboot now?" && reboot | ||
exit 0 | ||
} | ||
|