Skip to content

Commit 343ff43

Browse files
committed
move deps from package.sh to deps.sh
1 parent bc954cc commit 343ff43

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fi
4242

4343
function debian {
4444
apt update
45-
apt --yes install default-jdk ant git unzip sudo gnupg
45+
apt --yes install default-jdk ant git unzip sudo gnupg bzip2
4646
}
4747

4848
function fedora {

package.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ function detectos {
3030
exit
3131
;;
3232
esac
33-
sudo apt install bzip2
3433
;;
3534
fedora)
3635
pkg=rpm
@@ -45,7 +44,6 @@ function detectos {
4544
OS=arch
4645
RELEASE=latest
4746
ARCH=$HOSTTYPE
48-
pacman -S sudo
4947
;;
5048
ubuntu)
5149
#VERSION_CODENAME varies

0 commit comments

Comments
 (0)