Skip to content

Commit

Permalink
Update debian-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
theource authored Jul 2, 2022
1 parent 148429b commit 038b7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/installers/debian-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ function create_abcde_symlink() {
if ! [[ -z $(find /home/arm/ -type l -ls | grep ".abcde.conf") ]]; then
rm /home/arm/.abcde.conf
fi
cp --no-clobber /opt/arm/setup/.abcde.conf /etc/arm/config
cp --no-clobber /opt/arm/setup/.abcde.conf /etc/arm/config/abcde.conf

}

function create_arm_config_symlink() {
Expand Down

0 comments on commit 038b7ce

Please sign in to comment.