summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/lh_system_start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-system/lh_system_start.sh')
-rwxr-xr-xlinhes/linhes-system/lh_system_start.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/linhes/linhes-system/lh_system_start.sh b/linhes/linhes-system/lh_system_start.sh
index d44f33a..d51f603 100755
--- a/linhes/linhes-system/lh_system_start.sh
+++ b/linhes/linhes-system/lh_system_start.sh
@@ -65,6 +65,7 @@ function storage_scan(){
function install_lh_apps(){
#install programs that are not needed on the iso
msg "Installing apps. This could take a few minutes."
+ sudo pacman -Syyy --noconfirm archlinux-keyring
sudo pacman -Syyy --noconfirm firefox glances mythtv mythplugins-mytharchive mythplugins-mythmusic mythplugins-mythweb ncdu x11vnc
status=$?
[ $status -eq 1 ] && msg "Could not install apps. Check internet connection." && exit 1