diff --git a/binaries/Darwin/gaster b/binaries/Darwin/gaster new file mode 100644 index 0000000..ab5f1ee Binary files /dev/null and b/binaries/Darwin/gaster differ diff --git a/binaries/Linux/gaster b/binaries/Linux/gaster new file mode 100755 index 0000000..c4d4225 Binary files /dev/null and b/binaries/Linux/gaster differ diff --git a/downr1n.sh b/downr1n.sh index b98cc06..e3af291 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -405,18 +405,6 @@ if [ "$cmd_not_found" = "1" ]; then fi -# Download gaster -if [ -e "$dir"/gaster ]; then - "$dir"/gaster &> /dev/null > /dev/null | grep -q 'usb_timeout: 5' && rm "$dir"/gaster -fi - -if [ ! -e "$dir"/gaster ]; then - curl -sLO https://static.palera.in/deps/gaster-"$os".zip - unzip gaster-"$os".zip - mv gaster "$dir"/ - rm -rf gaster gaster-"$os".zip -fi - # Check for pyimg4 if ! python3 -c 'import pkgutil; exit(not pkgutil.find_loader("pyimg4"))'; then echo '[-] pyimg4 not installed. Press any key to install it, or press ctrl + c to cancel'