Last active
December 27, 2024 15:01
-
-
Save jmikedupont2/b6249893052edca2edfb50c4ea4b33dd to your computer and use it in GitHub Desktop.
boot.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.