Skip to content

Instantly share code, notes, and snippets.

@Pleskan
Pleskan / prepare_user.sh
Last active March 19, 2024 16:15
Docker prepare user for work
#!/bin/bash
expect_commands='
spawn dpkg-reconfigure dash -freadline
expect "Use dash as the default system shell?"
send "N\r"'
apt install build-essential expect keychain
mkdir -pv /var/www