Skip to content

Instantly share code, notes, and snippets.

@mhatreabhay
Last active February 7, 2019 22:43
Show Gist options
  • Save mhatreabhay/1faf577c8cdf7cc3a9a8cafe16682fd2 to your computer and use it in GitHub Desktop.
Save mhatreabhay/1faf577c8cdf7cc3a9a8cafe16682fd2 to your computer and use it in GitHub Desktop.
script to install rssh_2.3.4-4_amd64 version.
#!/bin/bash
set -e
sleep 120
cd /tmp
wget http://archive.ubuntu.com/ubuntu/pool/universe/r/rssh/rssh_2.3.4-4_amd64.deb
dpkg -i rssh_2.3.4-4_amd64.deb
set +e
exit $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment