diff --git a/README.md b/README.md index df36b24..261c58a 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. @@ -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 | 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"