mirror of
https://github.com/RasppleII/a2cloud.git
synced 2026-04-20 14:17:13 +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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user