|
|
@ -168,6 +168,11 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|