From 4d6dcd792c99aa1f34a157208d4a9798f1c6a618 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Sat, 4 Apr 2020 22:42:31 +0200 Subject: [PATCH 1/3] Update larbs.sh --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index e9dce3e..1ee43df 100644 --- a/larbs.sh +++ b/larbs.sh @@ -14,7 +14,7 @@ while getopts ":a:r:b:p:h" o; do case "${o}" in *) printf "Invalid option: -%s\\n" "$OPTARG" && exit ;; esac done -[ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/tiynger/dotfiles.git" +[ -z "$dotfilesrepo" ] && dotfilesrepo="https://github.com/tiynger/.dotfiles.git" [ -z "$progsfile" ] && progsfile="https://raw.githubusercontent.com/tiynger/LARBS/master/progs.csv" [ -z "$aurhelper" ] && aurhelper="yay" [ -z "$repobranch" ] && repobranch="master" From 631fbaa5004d2aca51483c2e216580cf2b91a859 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Sat, 4 Apr 2020 23:05:01 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1d35664..6234a34 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,12 @@ There are a bunch of hotkeys. Please visit my [dwm](https://github.com/tiynger/d ## Optional There are a bunch of programs that i use and think are useful. You can find installation guides to these on my [wiki](https://www.wiki.martenkante.eu/#arch) + +## Tests +This script will be regularly checked for correctness. +Testing system is a Virtual Machine inside Proxmox or a Lenovo Thinkpad X220. +Maximum results range from ```+``` over ```o``` to ```-```, the latter being the worst. + +| Commit | Date | Result | Description | +| ------- | ---------- | ------ | ------------------- | +| 4d6dcd7 | 04.04.2020 | + | flawlessly wporking | From 9fb9caec67d32c758d9863d3a96b6f9983f2ff70 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Sun, 5 Apr 2020 17:12:32 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6234a34..fb4160d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ All programs including these can be found in the ```progs.csv```. ## Preparation A bootable base installation of Arch Linux is needed. -You can find a guide on how to get a encrypted Arch Linux with LVM installed on my [website](https://www.wiki.martenkante.eu/#arch/#installation.md). +You can find a guide on how to get a encrypted Arch Linux with LVM installed in another [repository](https://github.com/tiynger/archinstallation). Please only follow the guide until creating a second user. You don't need an existing user other than root to use larbs. A seperate user will be created during the installation progress.