9 lines
67 B
Bash
Executable File
9 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
|
|
apt \
|
|
purge \
|
|
--yes \
|
|
os-prober
|