6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
on_chroot << EOF
|
|
apt-mark auto python3-pyqt5 python3-opengl
|
|
EOF
|