diff --git a/RMxxx_rgmii_toolkit.sh b/RMxxx_rgmii_toolkit.sh index f545278..855420d 100644 --- a/RMxxx_rgmii_toolkit.sh +++ b/RMxxx_rgmii_toolkit.sh @@ -2,9 +2,9 @@ # Define toolkit paths GITUSER="iamromulan" -GITTREE="development-v2" +GITTREE="development" GITMAINTREE="main" -GITDEVTREE="development-v2" +GITDEVTREE="development" TMP_DIR="/tmp" USRDATA_DIR="/usrdata" SOCAT_AT_DIR="/usrdata/socat-at-bridge" diff --git a/simpleupdates/scripts/update_simpleadmin.sh b/simpleupdates/scripts/update_simpleadmin.sh index e8e4a83..62e4099 100644 --- a/simpleupdates/scripts/update_simpleadmin.sh +++ b/simpleupdates/scripts/update_simpleadmin.sh @@ -2,7 +2,7 @@ # Define constants GITUSER="iamromulan" -GITTREE="development-v2" +GITTREE="development" DIR_NAME="simpleadmin" SERVICE_FILE="/lib/systemd/system/install_simpleadmin.service" SERVICE_NAME="install_simpleadmin" @@ -39,7 +39,7 @@ cat < "$TMP_SCRIPT" #!/bin/bash GITUSER="iamromulan" -GITTREE="development-v2" +GITTREE="development" SIMPLE_ADMIN_DIR="/usrdata/simpleadmin" # Function to remount file system as read-write