Skip to content

Commit

Permalink
Fixed paru command in installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Nov 14, 2022
1 parent 7536860 commit 66464ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation-scripts/30-build-the-iso-the-first-time.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ echo
echo "################################################################"
echo "######### Installing with paru"
echo "################################################################"
paru -S --noconfirm --needed --noedit $package
paru -S --noconfirm --needed $package

fi

Expand Down

0 comments on commit 66464ba

Please sign in to comment.