|
@@ -127,10 +127,9 @@ if ! [[ "$unamestr" == "5.15.152-custom" ]]
|
|
|
then
|
|
|
echo -e "\n$(tput setaf 10)Custom kernel install $(tput setaf 9)5.15.152-custom(tput setaf 10) (fix DKMS/WOL) :$(tput sgr0)"
|
|
|
cd /tmp/
|
|
|
-wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/custom_kernel/
|
|
|
-kernel_5.15.152-custom-edge.run
|
|
|
-chmod +x kernel_5.15.152-custom-edge.run
|
|
|
-sudo ./kernel_5.15.152-custom-edge.run
|
|
|
+#wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/custom_kernel/kernel_5.15.152-custom-edge.run
|
|
|
+#chmod +x kernel_5.15.152-custom-edge.run
|
|
|
+#sudo ./kernel_5.15.152-custom-edge.run
|
|
|
if ! [ -f /etc/modprobe.d/blacklist-nvidia-nouveau.conf ]
|
|
|
then
|
|
|
echo "Blacklist nvidia-nouveau driver..."
|
|
@@ -647,11 +646,7 @@ sleep 2
|
|
|
clear
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
intro_
|
|
|
-
|
|
|
case $passe in
|
|
|
1)
|
|
|
watchdog_
|
|
@@ -678,7 +673,6 @@ case $passe in
|
|
|
clear
|
|
|
wol_
|
|
|
dynmotd
|
|
|
- chia_
|
|
|
;;
|
|
|
*) ;;
|
|
|
esac
|