5 lines
101 B
Text
Executable file
5 lines
101 B
Text
Executable file
if [[ -f /etc/lsb-release ]]; then
|
|
sudo apt -y install zsh git
|
|
else
|
|
sudo dnf install -y zsh git
|
|
fi
|