mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
11 lines
189 B
Bash
11 lines
189 B
Bash
![]() |
#!/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
|