11 lines
189 B
Bash
Executable File
11 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y \
|
|
-o Dpkg::Options::=--force-confdef \
|
|
-o Dpkg::Options::=--force-confnew \
|
|
zsh \
|
|
shellcheck \
|
|
zsh-autosuggestions
|