sudo apt-get install chromium-browserwget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -| #!/bin/bash | |
| # | |
| # Script to build and run Arch Linux ARM in QEMU inside of Arch Linux (x86_64) | |
| # | |
| # | |
| # Original how-to and script from: | |
| # * https://gist.github.com/thalamus/561d028ff5b66310fac1224f3d023c12 | |
| # * https://git.sr.ht/~whynothugo/m1-vm/tree/main/item/prepare.sh | |
| set -euo pipefail |
| package com.thedeanda.servlet; | |
| /* | |
| * net/balusc/webapp/FileServlet.java | |
| * | |
| * Copyright (C) 2009 BalusC | |
| * | |
| * This program is free software: you can redistribute it and/or modify it under the terms of the | |
| * GNU Lesser General Public License as published by the Free Software Foundation, either version 3 | |
| * of the License, or (at your option) any later version. |