From 6cd850a01e6b1fe8bcc8fe86e969ba422bda45c3 Mon Sep 17 00:00:00 2001 From: kodoyama Date: Sun, 1 Nov 2020 12:11:51 +0100 Subject: [PATCH] Add minetest and f3 --- mint/linux_mint.sh | 2 ++ windows/Setup.ps1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mint/linux_mint.sh b/mint/linux_mint.sh index d537c5b..e3533a0 100755 --- a/mint/linux_mint.sh +++ b/mint/linux_mint.sh @@ -40,6 +40,7 @@ packages=( hedgewars lincity-ng lure-of-the-temptress + minetest openttd pingus pipewalker @@ -60,6 +61,7 @@ packages=( gparted # Tools + f3 hardinfo regionset vim diff --git a/windows/Setup.ps1 b/windows/Setup.ps1 index c9a2c86..6aa491c 100644 --- a/windows/Setup.ps1 +++ b/windows/Setup.ps1 @@ -15,4 +15,4 @@ Write-Host Installiere chocolatey und weitere Software für das System -Foregrou Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) #Install Software with choclatey -choco install vlc 7zip gimp libreoffice-fresh keepass inkscape firefox thunderbird foxitreader --yes +choco install minetest vlc 7zip gimp libreoffice-fresh keepass inkscape firefox thunderbird foxitreader --yes