4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
|
#!/bin/bash
|
||
|
set -eux
|
||
|
sudo rm -f ${TARGET_ROOT}/.distro-name ${TARGET_ROOT}/.extra-packages
|