mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Update install script.
This commit is contained in:
@@ -181,7 +181,7 @@ install_gpg_keys() {
|
|||||||
return 0
|
return 0
|
||||||
local key
|
local key
|
||||||
for key in ${BASEDIR}/keys/gpg/* ; do
|
for key in ${BASEDIR}/keys/gpg/* ; do
|
||||||
gpg --import < ${key} >/dev/null
|
gpg --import < ${key} >/dev/null 2>&1
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -433,3 +433,5 @@ case $OPERATION in
|
|||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
echo "OK"
|
||||||
|
|||||||
Reference in New Issue
Block a user