Skip to content

Commit

Permalink
Needs more -y
Browse files Browse the repository at this point in the history
  • Loading branch information
maertsen committed Jan 11, 2024
1 parent 42cd565 commit a4e739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test-scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case $1 in
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/nlnetlabs-archive-keyring.gpg] https://packages.nlnetlabs.nl/linux/debian \
$(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/nlnetlabs.list > /dev/null
apt update
apt install routinator
apt install -y routinator
;;
post-upgrade)
;;
Expand Down

0 comments on commit a4e739c

Please sign in to comment.