6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
#apt-get purge --yes 'linux-image-*'
|
||
|
#update-grub
|