4 lines
90 B
Bash
4 lines
90 B
Bash
#! /bin/sh
|
|
depmod || echo "depmod: failed please investigate!"
|
|
update-initramfs -c -k all
|