Now install.sh install wget first, if you don't have it installed

This commit is contained in:
Matheus Teixeira Tomaz
2021-11-14 12:11:48 -03:00
parent f0217c695b
commit bf8575c9d7

View File

@@ -1,5 +1,9 @@
#!/bin/bash
if ! pacman -Qs | grep -q wget; then
sudo pacman -S --noconfirm wget
fi
java=(
jdk-openjdk
jre-openjdk