Improved attribution; re-added sub licences since unsure how this repackage/repo needs to comply otherwise
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
function main() {
|
||||
SCRIPTPATH="$( cd "$(dirname "")" >/dev/null 2>&1 ; pwd -P )"
|
||||
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||
cd "${SCRIPTPATH}"
|
||||
echo "Working Dir: " $(pwd)
|
||||
|
||||
@@ -20,6 +20,8 @@ function main() {
|
||||
podman machine stop
|
||||
podman machine reset
|
||||
podman machine init
|
||||
podman machine set --memory 4096
|
||||
# podman machine set --cpus 2 --memory 4096
|
||||
podman machine start
|
||||
}
|
||||
main $@;
|
||||
|
||||
Reference in New Issue
Block a user