Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManito committed Feb 4, 2024
1 parent 8ab91f7 commit cb37ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeMirrors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ deb ${basic_url} ${source_suffix}
esac
## Armbian
if [ -f $File_ArmbianRelease ]; then
echo "deb ${WEB_PROTOCOL}://${SOURCE}/armbian ${SYSTEM_VERSION_CODENAME} main ${SYSTEM_VERSION_CODENAME}-utils ${SYSTEM_VERSION_CODENAME}-desktop" >>$File_DebianSourceList
echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] ${WEB_PROTOCOL}://${SOURCE}/armbian ${SYSTEM_VERSION_CODENAME} main ${SYSTEM_VERSION_CODENAME}-utils ${SYSTEM_VERSION_CODENAME}-desktop" >>$File_ArmbianSourceList
fi
}
Expand Down

0 comments on commit cb37ba6

Please sign in to comment.