1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-01 15:07:45 +02:00

Update larbs.sh

This commit is contained in:
marten 2023-01-10 00:06:40 +01:00 committed by GitHub
parent 4a8df3b474
commit 4fa2d6a999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,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