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

Compare commits

..

No commits in common. "0aefdc4c2c44eebc2447c1cfdd5bcdc73ef6d821" and "450837fbe336c66f775fd9ee8be3e08064988cbe" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View File

@ -60,4 +60,3 @@ 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,7 +159,6 @@ 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."
@ -168,11 +167,6 @@ 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