mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-10 02:47:49 +02:00
Compare commits
3 Commits
450837fbe3
...
0aefdc4c2c
Author | SHA1 | Date | |
---|---|---|---|
0aefdc4c2c | |||
|
4fa2d6a999 | ||
|
4a8df3b474 |
@ -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 |
|
||||
|
6
larbs.sh
6
larbs.sh
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user