mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-04 08:17:45 +02:00
Merge branch 'master' of ssh+git://github/tiynger/larbs
This commit is contained in:
commit
63a47496e7
11
README.md
11
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 |
|
||||
|
2
larbs.sh
2
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user