|
|
|
|
|
by GeorgeOldfield
119 days ago
|
|
it's fun but PLEASE watch out for malicious code/supply chain attacks from random vibe-coded .sh scripts: downloads other scripts (peon.sh, uninstall.sh) and executes them or places them where they will be executed later edits your ~/.bashrc and ~/.zshrc files to add aliases and tab completion parses a remote JSON file to get filenames ($sfile) and then does:
curl ... -o "$INSTALL_DIR/packs/$pack/sounds/$sfile" |
|