diff --git a/scripts/pkgoa.sh b/scripts/pkgoa.sh index 4e7423f..bc6cc6c 100755 --- a/scripts/pkgoa.sh +++ b/scripts/pkgoa.sh @@ -1,7 +1,7 @@ #!/bin/bash PLATFORM="linux" # osx (for dmg) -axel -9 "https://discordapp.com/api/download/ptb?platform=linux" -o discord-ptb.deb # win (for exe) +axel -an 9 "https://discordapp.com/api/download/ptb?platform=linux" -o discord-ptb.deb # win (for exe) fakeroot sh -c ' mkdir tmp dpkg-deb -R discord-ptb.deb tmp