-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add forcereloadmodule_disableplatformprofile make
- Loading branch information
johnfan
committed
Aug 20, 2023
1 parent
5db9e19
commit 48b25ea
Showing
2 changed files
with
13 additions
and
2 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,8 +1,10 @@ | ||
#!/bin/bash | ||
|
||
RED='\033[0;31m' | ||
GREEN='\033[0;32m' | ||
BOLD=$(tput bold) | ||
nocol='\033[0m' | ||
|
||
echo -e "${RED} ${BOLD} If you have a 2022 or 2023 model, please help testing the new features '\e]8;;https://github.com/johnfanv2/LenovoLegionLinux/issues/46\ahere\e]8;;\a'" | ||
echo -e "${RED} ${BOLD} If you have a light in the lid (Y-logo) or at the IO-ports (all Legion 7), please help testing controlling it '\e]8;;https://github.com/johnfanv2/LenovoLegionLinux/issues/54\ahere\e]8;;\a' ${nocol}" | ||
echo -e "${RED} ${BOLD} If you have a 2022 or 2023 model, please help testing the new features '\e]8;;https://github.com/johnfanv2/LenovoLegionLinux/issues/46\ahere\e]8;;\a' ${nocol}" | ||
echo -e "${RED} ${BOLD} If you have a light in the lid (Y-logo) or at the IO-ports (all Legion 7), please help testing controlling it '\e]8;;https://github.com/johnfanv2/LenovoLegionLinux/issues/54\ahere\e]8;;\a' ${nocol}" | ||
echo -e "${GREEN} ${BOLD} Please give a star on github to support my goal is to merge the driver into the main Linux kernel, so no recompilation is required after a Linux update: '\e]8;;https://github.com/johnfanv2/LenovoLegionLinux\ahere\e]8;;\a' ${nocol}" |