Skip to content

Commit

Permalink
2023.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jumping2000 committed Oct 15, 2023
1 parent 2b750e4 commit 16e76c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions smart_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ checkRequirement "sed"
checkRequirement "awk"
checkRequirement "arch"

echo "Automatic download of packages and cards v1.0 - Copyright @ 2023 github.com/jumping2000. All rights reserved"
echo "Automatic download of packages and cards v1.1 - Copyright @ 2023 github.com/jumping2000. All rights reserved"
# Verifica che sia stato fornito un argomento
if [ $# -eq 0 ]; then
echo "Utilizzo: $0 [download] oppure $0 [config]"
Expand Down Expand Up @@ -179,12 +179,12 @@ case "$option" in
"config")
if [[ $(arch) == "aarch"* ]]; then
info "Running on a Raspberry Pi"
chmod +x /config/packages/autoconfig_x86_64/auto_config.py
python /config/packages/autoconfig_x86_64/auto_config.py -v
else
info "Running on an x86-based machine."
chmod +x /config/packages/autoconfig_rpi/auto_config.py
python /config/packages/autoconfig_rpi/auto_config.py -v
else
info "Running on an x86-based machine."
chmod +x /config/packages/autoconfig_x86_64/auto_config.py
python /config/packages/autoconfig_x86_64/auto_config.py -v
fi
;;
*)
Expand Down

0 comments on commit 16e76c0

Please sign in to comment.