From 1cd92e34e5bf9354ac0b6a4bbb31c00c77034280 Mon Sep 17 00:00:00 2001 From: titanz Date: Mon, 13 Jan 2025 10:20:28 +0100 Subject: [PATCH] first commit --- .gitea/dependabot.yml | 6 ++++++ {.github => .gitea}/workflows/shellcheck.yml | 2 +- .github/dependabot.yml | 6 ------ README.md | 4 ++-- fedora-gnome/setup.sh | 8 ++++++++ 5 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 .gitea/dependabot.yml rename {.github => .gitea}/workflows/shellcheck.yml (96%) delete mode 100644 .github/dependabot.yml create mode 100755 fedora-gnome/setup.sh diff --git a/.gitea/dependabot.yml b/.gitea/dependabot.yml new file mode 100644 index 0000000..944bd61 --- /dev/null +++ b/.gitea/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gitea-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/shellcheck.yml b/.gitea/workflows/shellcheck.yml similarity index 96% rename from .github/workflows/shellcheck.yml rename to .gitea/workflows/shellcheck.yml index 12e9341..567e12a 100644 --- a/.github/workflows/shellcheck.yml +++ b/.gitea/workflows/shellcheck.yml @@ -29,7 +29,7 @@ on: jobs: shellcheck: name: Shell syntax checker - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest permissions: contents: read steps: diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 9096371..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" \ No newline at end of file diff --git a/README.md b/README.md index 940dc3e..acbc883 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # QubesOS-Scripts -[![ShellCheck](https://github.com/TommyTran732/QubesOS-Scripts/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/TommyTran732/QubesOS-Scripts/actions/workflows/shellcheck.yml) +[![ShellCheck](https://git.conorz.at/titanz/QubesOS-Scripts/actions/workflows/shellcheck.yml/badge.svg)](https://git.conorz.at/titanz/QubesOS-Scripts/actions?workflow=shellcheck.yml) My scripts for setting up QubesOS. @@ -14,4 +14,4 @@ It is recommended that you follow the docs [here](https://www.qubes-os.org/doc/v Qubes AEM currently still requires legacy boot. While the last generation of Intel CPUs with VBIOS to support legacy boot is Coffee Lake officially, I have found that certain Comet Lake Thinkpads still have legacy support. Unfortunately, all of them seems to only support U series CPU. You can check [Lenovo's BIOS simulator](https://download.lenovo.com/bsco/index.html#/) for models with legacy boot support. -Alternatively, you should consider Coffee Lake mobile workstation Thinkpads. These have the longest support life cycle outside of the Comet Lake Thinkpads, and they support much more powerful H series CPUs. Perrsonally, I am using a P53 with an i9-9880H. +Alternatively, you should consider Coffee Lake mobile workstation Thinkpads. These have the longest support life cycle outside of the Comet Lake Thinkpads, and they support much more powerful H series CPUs. In example, a P53 with an i9-9880H. diff --git a/fedora-gnome/setup.sh b/fedora-gnome/setup.sh new file mode 100755 index 0000000..975b04c --- /dev/null +++ b/fedora-gnome/setup.sh @@ -0,0 +1,8 @@ +./fedora-gnome.sh +./ente.sh +./hardened-chromium.sh +./ivpn.sh +./microsoft-edge.sh +./mullvad-browser.sh +./mullvad.sh +./vault.sh