correction de bugs

This commit is contained in:
Vincent BENOIT
2023-07-17 15:42:30 +00:00
parent 753180f779
commit 4b99e810e1
5 changed files with 282 additions and 3 deletions

View File

@@ -31,11 +31,11 @@ then
fi
if [ "a${DISTRO}" = "a" ]; then
DISTRO="rpi-distro"
DISTRO="pengwyn-distro"
fi
if [ "a${MACHINE}" = "a" ]; then
MACHINE="raspberrypi"
MACHINE="pengwyn"
fi
if [ "a${VERS}" = "a" ]; then