Adjust installer scripts to remove .deb/.rpm files
[ci-management.git] / jjb / shell / install-rpm-nng-rmr.sh
index 61baea9..20ee27c 100644 (file)
@@ -65,5 +65,6 @@ echo "Download RMR library ${ver} as file ${rpm}"
 wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/el/5/${rpm}/download.rpm
 echo "Install RMR library file ${rpm}"
 sudo rpm -iv ${rpm}
+rm -f ${rpm}
 
 echo "---> install-rpm-nng-rmr.sh ends"