mirror of
https://github.com/RasppleII/a2cloud.git
synced 2024-12-21 06:29:57 +00:00
Move install_archive_tools to install.sh
Installing archive tools now happens before ivan.sh. This actually means that installing archive tools happens before you're asked if you want to continue. That'll be the next thing I work on I think.
This commit is contained in:
parent
c7818ab379
commit
38d2808d9a
@ -38,6 +38,10 @@ process_args "$@"
|
||||
# FIXME: Show version, changes, config, allow reconfig, etc…
|
||||
"$a2cSource/scripts/show_changes"
|
||||
|
||||
# Install Archive Tools
|
||||
# FIXME: Interim refactoring
|
||||
. "$a2cSource/scripts/install_archive_tools" ${noPicoPkg:+-c}
|
||||
|
||||
# Run the legacy setup script for anything not yet ported
|
||||
if [[ -e "${a2cSource}/setup/ivan.sh" ]]; then
|
||||
"${a2cSource}/setup/ivan.sh" "$@"
|
||||
|
@ -655,10 +655,6 @@ fi
|
||||
# FIXME: Interim refactoring
|
||||
. "$a2cSource/scripts/install_emulators" ${noPicoPkg:+-c} ${slot6:+-6}
|
||||
|
||||
# Install Archive Tools
|
||||
# FIXME: Interim refactoring
|
||||
. "$a2cSource/scripts/install_archive_tools" ${noPicoPkg:+-c}
|
||||
|
||||
# add shortcuts to LXDE desktop
|
||||
if [[ -f /usr/bin/X ]]; then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user