5 lines
59 B
Bash
5 lines
59 B
Bash
|
#!/bin/bash -e
|
||
|
on_chroot <<EOF
|
||
|
apt-mark auto vlc-data
|
||
|
EOF
|