document.write('<script src="https://cdn.jsdelivr.net/highlight.js/9.0.0/highlight.min.js" type="text/javascript"></script>');
document.write('<link media="all" type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.0.0/styles/default.min.css">');
document.write('<link media="all" type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.0.0/styles/tomorrow.min.css">');
document.write('<style>#pastee-3iD57cZ4jD3QwHXl-content { margin-top: 0px !important; background-color: #f7f7f9; border: 1px solid #e1e1e8; white-space: pre-wrap; } #pastee-3iD57cZ4jD3QwHXl-content > code { margin-top: 0px !important; }</style>');
document.write('Paste provided by <a href="https://pastee.dev">Paste.ee</a> - <a href="https://pastee.dev/p/BpPC2">View Original</a> - <a href="https://pastee.dev/r/BpPC2/0">View Raw</a> - <a href="https://pastee.dev/d/BpPC2/0">Download</a><br />');
document.write('<pre id="pastee-3iD57cZ4jD3QwHXl-content"><code>#!/bin/bash\n\n            #Napló\n\n\n            #Frissítés\n                        sudo apt update &amp;&amp; apt upgrade -y\n                        sudo flatpak update -y\n                        cinnamon-spice-updater --update-all\n\n            #Rendszer takarítás\n                        sudo apt-get clean\n                        sudo apt-get autoclean\n                        sudo apt-get autoremove\n                        sudo aptitude purge `dpkg --get-selections | grep deinstall | awk \&#039;{print $1}\&#039;`\n\nread\n</code></pre>');

function initEmbeddedPaste_3iD57cZ4jD3QwHXl() {
	hljs.highlightBlock(document.getElementById('pastee-3iD57cZ4jD3QwHXl-content'));
}

addEventListener('DOMContentLoaded', initEmbeddedPaste_3iD57cZ4jD3QwHXl, false);
addEventListener('load', initEmbeddedPaste_3iD57cZ4jD3QwHXl, false);