Skip to content

Instantly share code, notes, and snippets.

@R4wm
Created February 1, 2019 20:14
Show Gist options
  • Select an option

  • Save R4wm/2cf57ab762ad3cb847681d5d7e80cd0d to your computer and use it in GitHub Desktop.

Select an option

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