mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
add universe to sources as root
This commit is contained in:
parent
c4961d08b3
commit
b61143337e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/debian.yml
vendored
4
.github/workflows/debian.yml
vendored
|
@ -25,8 +25,8 @@ jobs:
|
|||
|
||||
- name: Install packaging dependencies
|
||||
run: |
|
||||
sudo echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" >> /etc/apt/sources.list
|
||||
sudo echo "deb-src http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" >> /etc/apt/sources.list
|
||||
sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" >> /etc/apt/sources.list'
|
||||
sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" >> /etc/apt/sources.list'
|
||||
sudo apt update
|
||||
sudo apt install -y python3 python3-dev python3-pip python3-venv python3-all dh-python debhelper devscripts dput software-properties-common python3-distutils python3-setuptools python3-wheel python3-stdeb
|
||||
# pip3 install --upgrade pip setuptools wheel stdeb
|
||||
|
|
Loading…
Reference in a new issue