0262.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install eDEX-UI on Debian - Awesome Terminal Emulator</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Linux,Debian,eDEX-UI,Terminal,Tron">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install eDEX-UI on Debian - Awesome Terminal Emulator">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Install eDEX-UI on Debian - Awesome Terminal Emulator</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Download eDEX-UI <a href="https://github.com/GitSquared/edex-ui/releases/latest" target="_blank">Download</a></li>
  26. <li>Launch a terminal and execute the following command to make the .AppImage file executable<br />
  27. <code class="codeBlock">cd ~/Downloads<br />
  28. chmod a+x eDEX-UI*.AppImage<br />
  29. ./eDEX-UI*.AppImage</code></li>
  30. <li>Nerd out over this awesome terminal emulator</li>
  31. </ol>
  32. <p>Source:&nbsp;<a href="https://github.com/GitSquared/edex-ui" target="_blank">https://github.com/GitSquared/edex-ui</a></p>
  33. </div>
  34. </div>
  35. </body>
  36. </html>