diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/pri.ee/make.sh | 2 | ||||
-rw-r--r-- | data/pri.ee/myhorse.pri.ee.list | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/data/pri.ee/make.sh b/data/pri.ee/make.sh index 127b7d04a..80ea5de6d 100644 --- a/data/pri.ee/make.sh +++ b/data/pri.ee/make.sh @@ -1,4 +1,4 @@ pkg: mkdir -p /etc/apt/sources.list.d -pkg: cp -a %/myhorse.pri.ee.list /etc/apt/sources.list.d +pkg: cp -a %/pri.ee.list /etc/apt/sources.list.d pkg: mkdir -p /usr/share/keyrings pkg: cp -a %/comcute-keyring.gpg /usr/share/keyrings/pri.ee-keyring.gpg diff --git a/data/pri.ee/myhorse.pri.ee.list b/data/pri.ee/myhorse.pri.ee.list deleted file mode 100644 index e356f3738..000000000 --- a/data/pri.ee/myhorse.pri.ee.list +++ /dev/null @@ -1,6 +0,0 @@ -# do not edit this file to add your own custom sources -# this file is subject to be upgraded as part of a package -# either add your own .list file to /etc/apt/sources.list.d -# or add your entry to the global /etc/apt/sources.list file - -deb http://myhorse.pri.ee/cydia/ stable main |