Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Final wget fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MilkyDeveloper committed Feb 14, 2022
1 parent 6b626fc commit cbf44cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kernel.flags
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console=tty1 root=/dev/sda2 i915.modeset=1 rootwait rw fbcon=logo-pos:center,logo-count:1 loglevel=0 splash
2 changes: 1 addition & 1 deletion updatekernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sudo mount ${USB}2 /mnt
cd ~/linux-build || { mkdir ~/linux-build; cd ~/linux-build; }

# Download kernel commandline
wget https://raw.githubusercontent.com/cb-linux/breath/main/kernel/kernel.flags -O kernel.flags -q --show-progress
wget https://raw.githubusercontent.com/cb-linux/kernel/main/kernel.flags -nc -O kernel.flags -q --show-progress

# Download kernel and modules
if [ -n "$DIR" ]; then
Expand Down

0 comments on commit cbf44cc

Please sign in to comment.