diff options
Diffstat (limited to 'linhes/linhes-system/lh_system_start.sh')
-rwxr-xr-x | linhes/linhes-system/lh_system_start.sh | 1 |
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 |