Skip to content

Commit

Permalink
Corrected minor bash formatting warnings reported by shellcheck. (arc…
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfogliato authored May 8, 2024
1 parent e5b6f46 commit 9543f59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages=(
python-build
python-setuptools
python-wheel
python-simple-term-menu
python-simple-term-menu
python-pyparted
)

Expand All @@ -37,11 +37,11 @@ pacman --noconfirm -S archiso

cp -r /usr/share/archiso/configs/releng/* /tmp/archlive

sed -i /archinstall/d $packages_file
sed -i /archinstall/d "$packages_file"

# Add packages to the archiso profile packages
for package in "${packages[@]}"; do
echo "$package" >> $packages_file
echo "$package" >> "$packages_file"
done

find /tmp/archlive
Expand Down

0 comments on commit 9543f59

Please sign in to comment.