Browse Source

block kernel updates from happening automatically

Casey DeLorme 5 years ago
parent
commit
bb09541c90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/usr/local/bin/system-updates

+ 1 - 1
install/usr/local/bin/system-updates

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-pacman -Syu --noconfirm
+pacman -Syu --noconfirm --ignore=linux
 
 
 youtube-dl -U
 youtube-dl -U