mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-19 15:27:46 +02:00
Compare commits
No commits in common. "0aefdc4c2c44eebc2447c1cfdd5bcdc73ef6d821" and "450837fbe336c66f775fd9ee8be3e08064988cbe" have entirely different histories.
0aefdc4c2c
...
450837fbe3
@ -60,4 +60,3 @@ Results range from `+` over `o` to `-`, the latter being the worst.
|
|||||||
| d32191b | 12.06.2021 | + | Lenovo X220 |
|
| d32191b | 12.06.2021 | + | Lenovo X220 |
|
||||||
| 6dfcaba | 13.06.2021 | + | Ryzen 3900x and GTX 1080 |
|
| 6dfcaba | 13.06.2021 | + | Ryzen 3900x and GTX 1080 |
|
||||||
| 594ff41 | 09.08.2021 | + | Acer Switch A12 |
|
| 594ff41 | 09.08.2021 | + | Acer Switch A12 |
|
||||||
| 4fa2d6a | 10.01.2023 | + | Proxmox VM |
|
|
||||||
|
6
larbs.sh
6
larbs.sh
@ -159,7 +159,6 @@ usercheck || error "User exited."
|
|||||||
preinstallmsg || error "User exited."
|
preinstallmsg || error "User exited."
|
||||||
|
|
||||||
### The rest of the script requires no user input.
|
### The rest of the script requires no user input.
|
||||||
adduserandpass || error "Error adding username and/or password."
|
|
||||||
|
|
||||||
# Refresh Arch keyrings.
|
# Refresh Arch keyrings.
|
||||||
refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually."
|
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 curl
|
||||||
installpkg base-devel
|
installpkg base-devel
|
||||||
installpkg git
|
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
|
[ -f /etc/sudoers.pacnew ] && cp /etc/sudoers.pacnew /etc/sudoers # Just in case
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user