4 lines
167 B
Bash
4 lines
167 B
Bash
|
#! /bin/bash
|
||
|
echo -e "Package: *\nPin: release a=experimental\nPin-Priority: 600" > /etc/apt/preferences.d/0-pika-debian-settings
|
||
|
apt-get update -y
|
||
|
./gen-apt-config.py
|