zypper can use urls directly, yay
This commit is contained in:
parent
1d76f1e9ac
commit
36a0db66a0
1 changed files with 11 additions and 13 deletions
8
odeps.sh
8
odeps.sh
|
@ -19,10 +19,8 @@ sudo zypper install \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
grc \
|
grc \
|
||||||
ncdu \
|
ncdu \
|
||||||
bat \
|
bat
|
||||||
duf \
|
|
||||||
bottom
|
|
||||||
#need an exa alternative
|
|
||||||
read -n1 -p $'Does this system need ssh access?\n' REPLY
|
read -n1 -p $'Does this system need ssh access?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
sudo zypper install openssh-server
|
sudo zypper install openssh-server
|
||||||
|
@ -33,4 +31,4 @@ read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
||||||
else
|
else
|
||||||
sudo zypper install emacs-nox
|
sudo zypper install emacs-nox
|
||||||
fi
|
fi
|
||||||
|
sudo zypper install "https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_linux_amd64.rpm"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue