Skip to content

Commit

Permalink
Clean up /tmp folder before installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Mar 12, 2024
1 parent 43d4da4 commit 98a8c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ source _utils.sh

export DEBUG=true

sudo rm -r /tmp/*
for step in install configure; do
info "Running $step process"
bash "./$step.sh"
Expand Down

0 comments on commit 98a8c5a

Please sign in to comment.