Here's exactly what i did if i recall correctly
in terminal type: su
in terminal type: root
in terminal type: tazpkg install get-flash-plugin-1.2.tazpkg (the file i downloaded had this exact name "get-flash-plugin-1.2.tazpkg" yours may be different when you download it)
in terminal type: leafpad /usr/bin/get-flash-plugin
Edit line 22 to read:
if wget --spider ${URL}install_flash_player_${i}_linux.tar.gz 2> /dev/null; then
that's what trixar said, but i just changed the -s to --spider and left the busybox after the if
so mines read:
if busybox wget --spider ${URL}install_flash_player_${i}_linux.tar.gz 2> /dev/null; then
saved and exit(dont leave the file open so that the terminal returns to normal)
then in terminal type: get-flash-plugin
Let it do its thing and after its done see if it works.
This worked for me. So for those who have trouble like me as well, i hope this helps you.