We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc954cc commit 343ff43Copy full SHA for 343ff43
2 files changed
deps.sh
@@ -42,7 +42,7 @@ fi
42
43
function debian {
44
apt update
45
- apt --yes install default-jdk ant git unzip sudo gnupg
+ apt --yes install default-jdk ant git unzip sudo gnupg bzip2
46
}
47
48
function fedora {
package.sh
@@ -30,7 +30,6 @@ function detectos {
30
exit
31
;;
32
esac
33
- sudo apt install bzip2
34
35
fedora)
36
pkg=rpm
@@ -45,7 +44,6 @@ function detectos {
OS=arch
RELEASE=latest
ARCH=$HOSTTYPE
- pacman -S sudo
49
50
ubuntu)
51
#VERSION_CODENAME varies
0 commit comments