Skip to content

Commit

Permalink
rm armbian list fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan authored and mklomp committed May 24, 2024
1 parent 68152ba commit aac9764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mirte_main_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ if [[ $type == "mirte_rpi4b" ]]; then
echo "nameserver 8.8.8.8" >/etc/resolv.conf || true
fi

sudo rm /etc/apt/sources.list.d/armbian.list || true

chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo # something with sudo otherwise complaining about "sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set"
. /usr/local/src/mirte/settings.sh # load settings
mkdir /usr/local/src/mirte/build_system/ || true
Expand Down

0 comments on commit aac9764

Please sign in to comment.