From 2aa7a1c192a51ffc324e041ea5e9b5eeaae0cac1 Mon Sep 17 00:00:00 2001 From: CosmicScale Date: Fri, 21 Feb 2025 15:19:32 +0000 Subject: [PATCH] Removed duplicate line --- 02-PSBBN-Installer.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/02-PSBBN-Installer.sh b/02-PSBBN-Installer.sh index c5ee0e5..18f4a36 100755 --- a/02-PSBBN-Installer.sh +++ b/02-PSBBN-Installer.sh @@ -349,9 +349,6 @@ COMMANDS+="mkpart __.POPS ${pops_partition}M PFS\n" COMMANDS+="mkpart +OPL 128M PFS\nexit" echo -e "$COMMANDS" | sudo "${TOOLKIT_PATH}/helper/PFS Shell.elf" >> "${INSTALL_LOG}" 2>&1 -# Pipe all commands to PFS Shell for mounting, copying, and unmounting -echo -e "$COMMANDS" | sudo "${TOOLKIT_PATH}/helper/PFS Shell.elf" >> "${INSTALL_LOG}" 2>&1 - echo | tee -a "${INSTALL_LOG}" echo "Installing POPS and OPL..." | tee -a "${INSTALL_LOG}"