summaryrefslogtreecommitdiffstats
path: root/linhes
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-01-12 15:31:54 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-01-12 15:31:54 (GMT)
commit5ec6dc32b310a10a82127c2c79d4cfd814e11842 (patch)
treedce8d6d274237822e701535fb7ff82eee53de155 /linhes
parent55c72bc2e90d2aee9b029930c56bfcd2a1463ee0 (diff)
downloadlinhes_pkgbuild-5ec6dc32b310a10a82127c2c79d4cfd814e11842.zip
linhes_pkgbuild-5ec6dc32b310a10a82127c2c79d4cfd814e11842.tar.gz
linhes_pkgbuild-5ec6dc32b310a10a82127c2c79d4cfd814e11842.tar.bz2
linhes-system: lh_system_start.sh: update archlinux-keyring
Diffstat (limited to 'linhes')
-rwxr-xr-xlinhes/linhes-system/PKGBUILD4
-rwxr-xr-xlinhes/linhes-system/lh_system_start.sh1
2 files changed, 3 insertions, 2 deletions
diff --git a/linhes/linhes-system/PKGBUILD b/linhes/linhes-system/PKGBUILD
index 3d27a22..1c9026c 100755
--- a/linhes/linhes-system/PKGBUILD
+++ b/linhes/linhes-system/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=linhes-system
pkgver=9.0.0
-pkgrel=20
+pkgrel=21
arch=('x86_64')
#install=$pkgname.install
pkgdesc="Everything that makes LinHES a system"
@@ -27,7 +27,7 @@ sha256sums=('7f91d2afcb76e8e9063c6bbe05f5c3d134a6f67541aead8894d342c32d34ad98'
'11168c9cd3b117decaab6bc665c183b4aab917cf0a976bce4c1b5e4686a27bc9'
'ae34515e144830f424d3bd3f6b1b446892d62beed20bca6f0fb19b0bbb779f27'
'23358a7bff4968eccd469613b81b1415c2ae0ebe77f14f74426697333e4d88d7'
- '4100bf50d5e9d8cb7d44827395d7b8e0661af23759481536077824d10d6b005e'
+ '938b8929fed2934684d9d58652a03e3fe4f5cbdd461b11ac8904bda30ee0eb76'
'6d4fb0ed1a5ed961b3a3884dce093118e50c2981a9cd5837d20abc5a6d4fd8aa'
'87875d9e5f5ce18208f419698ce69b6bcbcd08955a57a4a13940e715af58b787'
'91bdec992bb2c933e15625c181f2195c402060b879168ebf35944cb064c904b9'
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