3 lines
116 B
Bash
Executable File
3 lines
116 B
Bash
Executable File
#! /bin/bash
|
|
|
|
apt show kernel-pika 2>&1 | grep Depends: | tr "," "\n" | cut -f2 -d":" | grep linux-image | tr -d ' ' |