mirror of
https://github.com/RasppleII/a2cloud.git
synced 2024-12-30 03:29:34 +00:00
Make checking your platform quiet
This commit is contained in:
parent
4bf2edc2ea
commit
6ec5ce310f
@ -21,7 +21,7 @@ if [[ ! -f "$a2cSource/.a2cloud_source" ]]; then
|
||||
fi
|
||||
|
||||
# Make sure ras2_{os,arch} get set
|
||||
. "$a2cSource/scripts/system_ident"
|
||||
. "$a2cSource/scripts/system_ident" -q
|
||||
|
||||
install_nulib2() {
|
||||
if ! hash nulib2 2> /dev/null; then
|
||||
|
@ -21,7 +21,7 @@ if [[ ! -f "$a2cSource/.a2cloud_source" ]]; then
|
||||
fi
|
||||
|
||||
# Make sure ras2_{os,arch} get set
|
||||
. "$a2cSource/scripts/system_ident"
|
||||
. "$a2cSource/scripts/system_ident" -q
|
||||
|
||||
install_curl() {
|
||||
if ! hash curl 2> /dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user