Changed APT source

This commit is contained in:
Zoraiz 2021-07-24 13:57:14 +05:00
parent e899c074c2
commit 2a9202fd14
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ builds:
- arm - arm
- 386 - 386
# Specifying all architectures for .deb and .rpm generation # # Specifying all architectures for .deb and .rpm generation
# - 386 # - 386
# - amd64 # - amd64
# - arm # - arm

View File

@ -42,7 +42,7 @@ Input formats currently supported:
Execute the following commands in order: Execute the following commands in order:
``` ```
echo 'deb [trusted=yes] https://apt.fury.io/zoraiz/ /' | sudo tee /etc/apt/sources.list.d/ascii-image-converter.list echo 'deb [trusted=yes] https://apt.fury.io/ascii-image-converter/ /' | sudo tee /etc/apt/sources.list.d/ascii-image-converter.list
``` ```
``` ```
sudo apt update sudo apt update