echo "AScd additionnal themes installation" echo echo "Copying themes tar archives" cp ./themes.tar /usr/local/share/AScd/Themes cd /usr/local/share/AScd/Themes echo "Untarring" tar xf themes.tar echo "Cleaning up" rm -f themes.tar echo "Done."