Skip to content

Commit

Permalink
Change development repository domain name to github.armbian.com
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Nov 14, 2024
1 parent 6c26eee commit 54237c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/compilation/packages/armbian-config-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ compile_armbian-config() {

# Add development repository to keep rooling release of this tool
cat <<- END > ${tmp_dir}/${armbian_config_dir}/etc/apt/sources.list.d/armbian-config.list
deb [signed-by=/usr/share/keyrings/armbian.gpg] https://armbian.github.io/configng stable main
deb [signed-by=/usr/share/keyrings/armbian.gpg] https://github.armbian.com/configng stable main
END

dpkg_deb_build "${tmp_dir}/${armbian_config_dir}" "armbian-config"
Expand Down

0 comments on commit 54237c4

Please sign in to comment.