go for it even if it is only a poor substitute for your daily d-u which currently you miss that much ;-) .
***************************************************************************************
#
# manuales update / manual update:
# Gehe zu / go to:
http://get.adobe.com/de/flashplayer/#
# dl tar file (32 or 64 bit in abhängikeit bon deinem system)
#
# dann / then:
#
## 32 bit
# tar -xf install_flash_player_11_linux.i386.tar.gz
# chown root:root libflashplayer.so
# chown -R root:root usr # no "/" in front of usr
# chown root:root readme.txt # you won't copy it, so I mention it just for completeness
# cp -r usr/* /usr
# cp libflashplayer.so /usr/lib/flashplugin-nonfree/
#
## 64 bit
# tar -xf install_flash_player_11_linux.x86_64.tar.gz
# chown root:root libflashplayer.so
# chown -R root:root usr # no "/" in front of usr
# chown root:root readme.txt # you won't copy it, so I mention it just for completeness
# cp -r usr/* /usr
# cp libflashplayer.so /usr/lib/flashplugin-nonfree/
#
#****************************************************************************************