]> ##&name; Warning! Uninstalling NerdPack will break this plugin. If that happens, reboot your server or reinstall this plugin. ###2018.07.22 - Upgrade to latest utempter that NerdPack installs (to avoid downgrading it) ###2015.09.04 - Add missing libutempter prerequisite - Store packages in github for better reliability ###2015.07.21 - Add additional documentation ###2015.07.20 - Initial unRAID V6 release. ###Mosh### Installs Mosh, the mobile shell. Mosh is an improved SSH, with better responsiveness and reliability. You can sleep your laptop for a week, come back, and your connection will still be there. After installing this plugin, visit http://mosh.mit.edu/ and install a client on the computer that you wish to connect to the server with. &pkghost;/&pbufpkg; &pbufpkgmd5; &pkghost;/&utemppkg; &utemppkgmd5; &pkghost;/&moshpkg; &moshpkgmd5; &gitURL;/&iconfile; &iconfilemd5; chmod o+rx &plugdir; echo "" echo "-----------------------------------------------------------" echo " &name; has been installed." echo " Copyright 2015, David Coppit <david@coppit.org>" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" echo "+==============================================================================" echo "| Uninstalling packages" echo "+==============================================================================" # Delete the package, and any old package files too rm -f $(ls &pkgdir;/&name;*.txz 2>/dev/null) # Delete the prerequisite packages rm -f &pkgdir;/&pbufpkg; rm -f &pkgdir;/&utemppkg; # Uninstall the package removepkg $(basename &moshpkg; .txz) | grep -v -e ' --> Deleting' # Don't uninstall the prerequisites, in case some other plug is using them. On reboot, they'll get "removed" if no plugin # needs them, or will be re-downloaded and reinstalled by some plugin that does need them. #removepkg $(basename &pbufpkg; .txz) &utemppkg; .txz) | grep -v -e ' --> Deleting' #removepkg $(basename &utemppkg; .txz) | grep -v -e ' --> Deleting' echo "" echo "" echo "+==============================================================================" echo "| Deleting &plugdir;" echo "+==============================================================================" # Remove plugin. rm -rf &plugdir; echo "" echo ""