Skip to content

Commit

Permalink
ubuntu: fix interactive tui blocking github action
Browse files Browse the repository at this point in the history
  • Loading branch information
CollieIsCute committed Feb 20, 2025
1 parent 10295c0 commit d36f1b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export NC='\033[0m'
sudo apt update && sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo add-apt-repository ppa:atareao/telegram
sudo apt update && sudo apt upgrade -y
sudo DEBIAN_FRONTEND=noninteractive apt update && sudo DEBIAN_FRONTEND=noninteractive apt upgrade -y
{{ else }}
echo "Unsupported OS: {{ $osid }}"
exit 1
Expand Down

0 comments on commit d36f1b3

Please sign in to comment.