Skip to content

Instantly share code, notes, and snippets.

@ppkozlowski
Created May 26, 2021 17:37
Show Gist options
  • Save ppkozlowski/76e5e06c859cde37eb8ed936b910bd92 to your computer and use it in GitHub Desktop.
Save ppkozlowski/76e5e06c859cde37eb8ed936b910bd92 to your computer and use it in GitHub Desktop.
Post install script for Debian Buster
#!/usr/bin/env bash
apt update && apt install openssh-server
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment