Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
Make sure goldleaf pulls prerelease, and SD setup gets sys-con.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholeMattera committed Dec 30, 2019
1 parent e3c81fa commit 86fc6db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ download_appstore () {

download_edizon () {
mkdir -p ${1}
latest_release=$(./common.sh get_latest_release "${2}" "WerWolv" "EdiZon" "0")
latest_release=$(./common.sh get_latest_release "${2}" "WerWolv" "EdiZon" "1")

asset=$(./common.sh find_asset "${latest_release}" "*.zip")
if [ ! -z "${asset}" ]
Expand Down
8 changes: 8 additions & 0 deletions sdsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ then
fi
sys_ftpd_version=$(./modules.sh download_sys_ftpd_light "${temp_directory}/sys_ftpd" "${username_password}")

if [ "${auto}" != "1" ]
then
echo "Downloading sys-con..."
fi
sys_con_version=$(./modules.sh download_sys_con "${temp_directory}/sys_con" "${username_password}")

if [ "${auto}" != "1" ]
then
echo "Downloading appstore..."
Expand Down Expand Up @@ -201,6 +207,7 @@ then
echo " Lockpick RCM - ${lockpick_rcm_version}"
echo " sys-clk - ${sys_clk_version}"
echo " sys-ftpd-light - ${sys_ftpd_version}"
echo " sys-con - ${sys_con_version}"
else
echo "must_have:${atmosphere_version}"
echo "hekate:${hekate_version}"
Expand All @@ -211,4 +218,5 @@ else
echo "lockpick_rcm:${lockpick_rcm_version}"
echo "sys_clk:${sys_clk_version}"
echo "sys_ftpd:${sys_ftpd_version}"
echo "sys_con:${sys_con_version}"
fi

0 comments on commit 86fc6db

Please sign in to comment.