14 lines
140 B
Bash
14 lines
140 B
Bash
#!/usr/bin/env bash
|
|
|
|
apt-get update
|
|
|
|
apt-get dist-upgrade
|
|
|
|
apt-get clean
|
|
|
|
# Install command-line utilities
|
|
|
|
apt-get install vim git zsh
|
|
|
|
|