diff --git a/linux/Makefile b/linux/Makefile index 9437a86..54109b2 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -82,10 +82,10 @@ bootstrap : dir winsdk true ) setup-debian : - apt-get -y install mercurial python3 python3-dev python3-pip curl wget dpkg-sig msitools p7zip-full upx-ucl libssl-dev zstd + apt-get -y install mercurial python3 python3-dev python3-pip curl wget dpkg-sig msitools p7zip-full upx-ucl libssl-dev zstd wine setup-fedora : - dnf -y install python3 curl wget zstd python3-devel python3-pip mercurial msitools p7zip upx openssl-devel + dnf -y install python3 curl wget zstd python3-devel python3-pip mercurial msitools p7zip upx openssl-devel wine # # Build the artifacts in a seperate Makefile