Compare commits

..

2 커밋

작성자 SHA1 메시지 날짜
2ee0ed2a09 Add zstd package for new openwrt IB compression 2024-12-07 17:19:10 -05:00
f9f5f9a017 remove legacy python2 dependency 2024-12-07 17:03:54 -05:00

파일 보기

@@ -288,10 +288,9 @@ install_dependencies() {
file
wget
python3
python2
axel
perl-IPC-Cmd)
;;
perl-IPC-Cmd
zstd) ;;
debian|ubuntu)
pkg_list+=(
build-essential
@@ -306,12 +305,9 @@ install_dependencies() {
wget
unzip
python
axel)
;;
*)
debug "Skipping dependency install, your OS is unsupported"
return 1
;;
axel
zstd) ;;
*) debug "Unsupported OS for automatic dependency install"; return 1 ;;
esac
fi