switch to hybrid

This commit is contained in:
aptalca
2022-08-04 15:19:11 -04:00
parent 2a90b6edf8
commit e28b2e4250
7 changed files with 19 additions and 3 deletions
@@ -0,0 +1,14 @@
#!/usr/bin/with-contenv bash
if ! dpkg -l | grep python3-dev > /dev/null; then
echo "**** Adding python3 to package install list ****"
echo "\
build-essential \
libssl-dev \
libffi-dev \
python3-dev \
python3-pip \
python3-venv" >> /mod-repo-packages-to-install.list
else
echo "**** python3 already installed ****"
fi
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-code-server-python3-add-package/run