Merge branch 'lunar' of github-personal:PikaOS-Linux/pika-sources-sync into lunar
This commit is contained in:
commit
5923d3c053
@ -21,9 +21,7 @@ rm -rf /etc/apt/preferences.d/*pika*
|
|||||||
echo 'deb [arch=amd64 trusted=yes] https://ppa.launchpadcontent.net/system76-dev/pre-stable/ubuntu lunar main' | sudo tee /etc/apt/sources.list.d/external.list
|
echo 'deb [arch=amd64 trusted=yes] https://ppa.launchpadcontent.net/system76-dev/pre-stable/ubuntu lunar main' | sudo tee /etc/apt/sources.list.d/external.list
|
||||||
apt update -y --allow-unauthenticated
|
apt update -y --allow-unauthenticated
|
||||||
|
|
||||||
echo $(../../ppp https://ppa.pika-os.com/dists/lunar/external/binary-amd64/Packages https://ppa.launchpadcontent.net/system76-dev/pre-stable/ubuntu/dists/lunar/main/binary-amd64/Packages.xz) > ppp.out
|
PPP=$(../../ppp https://ppa.pika-os.com/dists/lunar/external/binary-amd64/Packages https://ppa.launchpadcontent.net/system76-dev/pre-stable/ubuntu/dists/lunar/main/binary-amd64/Packages.xz)
|
||||||
PPP=$(cat ppp.out | tr '\n' ' ')
|
|
||||||
|
|
||||||
if [ ! -z $PPP ]
|
if [ ! -z $PPP ]
|
||||||
then
|
then
|
||||||
apt download $PPP -y
|
apt download $PPP -y
|
||||||
|
5
rocm.sh
5
rocm.sh
@ -22,9 +22,8 @@ echo 'deb [arch=amd64 trusted=yes] https://repo.radeon.com/rocm/apt/5.6 jammy ma
|
|||||||
wget -O - http://repo.radeon.com/rocm/rocm.gpg.key | apt-key add -
|
wget -O - http://repo.radeon.com/rocm/rocm.gpg.key | apt-key add -
|
||||||
apt update -y
|
apt update -y
|
||||||
|
|
||||||
echo $(../../ppp https://ppa.pika-os.com/dists/lunar/rocm/binary-amd64/Packages http://repo.radeon.com/rocm
|
PPP=$(../../ppp https://ppa.pika-os.com/dists/lunar/rocm/binary-amd64/Packages http://repo.radeon.com/rocm
|
||||||
/apt/5.6/dists/jammy/main/binary-amd64/Packages) > ppp.out
|
/apt/5.6/dists/jammy/main/binary-amd64/Packages)
|
||||||
PPP=$(cat ppp.out | tr '\n' ' ')
|
|
||||||
|
|
||||||
if [ ! -z $PPP ]
|
if [ ! -z $PPP ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user