Skip to content

Instantly share code, notes, and snippets.

@R4wm
Created February 1, 2019 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save R4wm/2cf57ab762ad3cb847681d5d7e80cd0d to your computer and use it in GitHub Desktop.
Save R4wm/2cf57ab762ad3cb847681d5d7e80cd0d to your computer and use it in GitHub Desktop.
Commercial break says: oh new box?? No bat? No problem, run get_bat.sh now!
#!/bin/bash
#########################################################
# Dirty script to get bash installed (like on fresh vm) #
#########################################################
wget https://github.com/sharkdp/bat/releases/download/v0.9.0/bat-musl_0.9.0_amd64.deb
dpkg -i bat-musl_0.9.0_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment