1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-10 02:47:49 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
0aefdc4c2c readme: new test 2023-01-10 00:30:55 +01:00
marten
4fa2d6a999
Update larbs.sh 2023-01-10 00:06:40 +01:00
marten
4a8df3b474
Update larbs.sh 2023-01-09 23:43:36 +01:00
2 changed files with 7 additions and 0 deletions

View File

@ -60,3 +60,4 @@ Results range from `+` over `o` to `-`, the latter being the worst.
| d32191b | 12.06.2021 | + | Lenovo X220 |
| 6dfcaba | 13.06.2021 | + | Ryzen 3900x and GTX 1080 |
| 594ff41 | 09.08.2021 | + | Acer Switch A12 |
| 4fa2d6a | 10.01.2023 | + | Proxmox VM |

View File

@ -159,6 +159,7 @@ usercheck || error "User exited."
preinstallmsg || error "User exited."
### The rest of the script requires no user input.
adduserandpass || error "Error adding username and/or password."
# Refresh Arch keyrings.
refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually."
@ -167,6 +168,11 @@ dialog --title "LARBS Installation" --infobox "Installing \`basedevel\` and \`gi
installpkg curl
installpkg base-devel
installpkg git
installpkg ntp
dialog --title "LARBS Installation" \
--infobox "Synchronizing system time to ensure successful and secure installation of software..." 8 70
ntpdate 0.us.pool.ntp.org >/dev/null 2>&1
[ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case