Skip to content

Commit

Permalink
Update RUN.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Nov 8, 2023
1 parent 443e1c6 commit 140ad16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RUN.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ git status
git add -A && git status && git commit -a -S -m "Successful Build of U-Boot with TF-A"
git push --set-upstream origin RP64-rk3399-A
apt remove --purge build-essential bc zip unzip bison flex libssl-dev gcc-arm-none-eabi device-tree-compiler swig python3-pyelftools python3-dev -y && apt autoremove -y
rm -f -r /tmp/u-boot-202* && rm -f /tmp/lts-* && rm -f -r /tmp/arm-trusted-firmware-* && rm -f -r /tmp/spi_*
rm -f -r /tmp/u-boot-202* && rm -f /tmp/lts-* && rm -f /tmp/v2* && rm -f -r /tmp/arm-trusted-firmware-* && rm -f /tmp/spi_*

0 comments on commit 140ad16

Please sign in to comment.