mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-29 02:28:30 +08:00
4 lines
143 B
Bash
4 lines
143 B
Bash
echo "deb [trusted=yes] https://packages.wcbing.top/deb/$(dpkg --print-architecture) /" > \
|
|
/etc/apt/sources.list.d/wcbing.list
|
|
apt update
|