Deprecating the packages.freecumextremist.finance apt repository #195

Closed
opened 2023-05-15 14:38:43 +00:00 by sam · 0 comments
Owner

Gitea now supports native apt/yum/apk packaging and it is much cleaner than the old method, so it will be deprecated for every release after 0.6.7.

Here is a script to change from the old repositories from the new one, assuming you followed the old documentation:

sudo rm /usr/share/keyrings/awl.asc && \
sudo rm /etc/apt/sources.list.d/awl.list && sudo apt purge awl && \
sudo curl https://git.froth.zone/api/packages/sam/debian/repository.key -o /usr/share/keyrings/git-froth-zone.asc && \
echo "deb [signed-by=/usr/share/keyrings/git-froth-zone.asc]  https://git.froth.zone/api/packages/sam/debian sid main" | sudo tee /etc/apt/sources.list.d/git-froth-zone.list && \
sudo apt update && \
sudo apt install awl-dns
Gitea now supports native apt/yum/apk packaging and it is *much* cleaner than the old method, so it will be deprecated for every release after 0.6.7. Here is a script to change from the old repositories from the new one, assuming you followed the old documentation: ```sh sudo rm /usr/share/keyrings/awl.asc && \ sudo rm /etc/apt/sources.list.d/awl.list && sudo apt purge awl && \ sudo curl https://git.froth.zone/api/packages/sam/debian/repository.key -o /usr/share/keyrings/git-froth-zone.asc && \ echo "deb [signed-by=/usr/share/keyrings/git-froth-zone.asc] https://git.froth.zone/api/packages/sam/debian sid main" | sudo tee /etc/apt/sources.list.d/git-froth-zone.list && \ sudo apt update && \ sudo apt install awl-dns ```
sam closed this issue 2023-05-15 14:38:45 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sam/awl#195
No description provided.