Skip to content

Commit

Permalink
kill pip cache in k1 installer to freel up overlayfs
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaswag authored Jan 6, 2024
1 parent 460468b commit 7a460fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ fi
K1_CONFIG_DIR=$(dirname "$K1_CONFIG_FILE")
printf "${green} Found config dir: $K1_CONFIG_DIR ${white}\n"

# kill pip cache to free up overlayfs
rm -rf /root/.cache

## bootstrap for ssl support
wget -q --no-check-certificate https://raw.githubusercontent.com/ballaswag/k1-discovery/main/bin/curl -O /tmp/curl
chmod +x /tmp/curl
Expand Down

0 comments on commit 7a460fe

Please sign in to comment.