Skip to content

Commit

Permalink
Double quotes on package list
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Jun 22, 2023
1 parent 85def5b commit 3e2b478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armbian/customize-image-fluidd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ prepare_build() {
PACKAGE_LIST+=" python3-virtualenv virtualenv python3-dev libffi-dev build-essential python3-cffi python3-libxml2"
PACKAGE_LIST+=" libncurses-dev libusb-dev stm32flash libnewlib-arm-none-eabi gcc-arm-none-eabi binutils-arm-none-eabi "
apt update
apt install -y "$PACKAGE_LIST"
apt install -y $PACKAGE_LIST

# Ensure the debian user exists
useradd debian -d /home/debian -G tty,dialout -m -s /bin/bash -e -1
Expand Down

0 comments on commit 3e2b478

Please sign in to comment.