|
|
@ -5,8 +5,9 @@ echo "Installing connection-details and dependencies" |
|
|
|
cp files/Pipfile* ${ROOTFS_DIR}/ |
|
|
|
|
|
|
|
on_chroot << EOF |
|
|
|
PIPENV_PIPFILE="/Pipfile" pipenv --python "$(which python3)" install --system |
|
|
|
pip3 install qrcode |
|
|
|
EOF |
|
|
|
# PIPENV_PIPFILE="/Pipfile" pipenv --python "$(which python3)" install --system |
|
|
|
|
|
|
|
rm ${ROOTFS_DIR}/Pipfile* |
|
|
|
|
|
|
|