Created
May 26, 2021 17:37
-
-
Save ppkozlowski/76e5e06c859cde37eb8ed936b910bd92 to your computer and use it in GitHub Desktop.
Post install script for Debian Buster
This file contains 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
#!/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