Skip to content

Instantly share code, notes, and snippets.

@jmikedupont2
Last active December 27, 2024 15:01
Show Gist options
  • Save jmikedupont2/b6249893052edca2edfb50c4ea4b33dd to your computer and use it in GitHub Desktop.
Save jmikedupont2/b6249893052edca2edfb50c4ea4b33dd to your computer and use it in GitHub Desktop.
boot.sh
cat <<END > ./run.sh
#!/bin/bash
sudo apt update
export DEBIAN_FRONTEND=noninteractive
apt-get install -y emacs-nox tmux jq
END
sudo bash ./run.sh
@jmikedupont2
Copy link
Author

jmikedupont2 commented Dec 27, 2024


bash <(curl -sL https://gist.githubusercontent.com/jmikedupont2/b6249893052edca2edfb50c4ea4b33dd/raw/cb452f13318f088574278282702a5a7942280faf/gistfile1.txt)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment