Skip to content

Commit

Permalink
Update install-raspbian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Aug 3, 2021
1 parent 1a36dd4 commit d84706c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-raspbian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ if [ "$(id -u)" != "0" ]; then
fi

echo ':: Installing repo key'
wget http://repo.ajenti.org/debian/key -O- | apt-key add -
wget https://repo.ajenti.org/debian/key -O- | apt-key add -

echo ':: Adding repo entry'
echo "deb http://repo.ajenti.org/debian main main debian" > /etc/apt/sources.list.d/ajenti.list
echo "deb https://repo.ajenti.org/debian main main debian" > /etc/apt/sources.list.d/ajenti.list

echo ':: Updating lists'
apt-get update
Expand Down

0 comments on commit d84706c

Please sign in to comment.