diff options
Diffstat (limited to 'data/pwncenter.com')
-rw-r--r-- | data/pwncenter.com/_metadata/description | 1 | ||||
l--------- | data/pwncenter.com/_metadata/license | 1 | ||||
-rw-r--r-- | data/pwncenter.com/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/pwncenter.com/_metadata/name | 1 | ||||
-rw-r--r-- | data/pwncenter.com/_metadata/priority | 1 | ||||
-rw-r--r-- | data/pwncenter.com/_metadata/role | 1 | ||||
-rw-r--r-- | data/pwncenter.com/_metadata/section | 1 | ||||
-rw-r--r-- | data/pwncenter.com/_metadata/tags | 1 | ||||
-rw-r--r-- | data/pwncenter.com/_metadata/version | 1 | ||||
-rw-r--r-- | data/pwncenter.com/apt.pwncenter.com.png | bin | 0 -> 3809 bytes | |||
-rw-r--r-- | data/pwncenter.com/make.sh | 4 | ||||
-rw-r--r-- | data/pwncenter.com/pwncenter.com.list | 6 |
12 files changed, 19 insertions, 0 deletions
diff --git a/data/pwncenter.com/_metadata/description b/data/pwncenter.com/_metadata/description new file mode 100644 index 000000000..015adbd30 --- /dev/null +++ b/data/pwncenter.com/_metadata/description @@ -0,0 +1 @@ +customer managed, administrator approved diff --git a/data/pwncenter.com/_metadata/license b/data/pwncenter.com/_metadata/license new file mode 120000 index 000000000..b9c4e3684 --- /dev/null +++ b/data/pwncenter.com/_metadata/license @@ -0,0 +1 @@ +../../../licenses/menes
\ No newline at end of file diff --git a/data/pwncenter.com/_metadata/maintainer b/data/pwncenter.com/_metadata/maintainer new file mode 100644 index 000000000..4637168ad --- /dev/null +++ b/data/pwncenter.com/_metadata/maintainer @@ -0,0 +1 @@ +Nick Frey <nickfrey123@gmail.com> diff --git a/data/pwncenter.com/_metadata/name b/data/pwncenter.com/_metadata/name new file mode 100644 index 000000000..ecbd88550 --- /dev/null +++ b/data/pwncenter.com/_metadata/name @@ -0,0 +1 @@ +PwnCenter diff --git a/data/pwncenter.com/_metadata/priority b/data/pwncenter.com/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/pwncenter.com/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/pwncenter.com/_metadata/role b/data/pwncenter.com/_metadata/role new file mode 100644 index 000000000..762113e87 --- /dev/null +++ b/data/pwncenter.com/_metadata/role @@ -0,0 +1 @@ +enduser diff --git a/data/pwncenter.com/_metadata/section b/data/pwncenter.com/_metadata/section new file mode 100644 index 000000000..a1854b6a5 --- /dev/null +++ b/data/pwncenter.com/_metadata/section @@ -0,0 +1 @@ +Repositories diff --git a/data/pwncenter.com/_metadata/tags b/data/pwncenter.com/_metadata/tags new file mode 100644 index 000000000..dee3c5b11 --- /dev/null +++ b/data/pwncenter.com/_metadata/tags @@ -0,0 +1 @@ +purpose::repository diff --git a/data/pwncenter.com/_metadata/version b/data/pwncenter.com/_metadata/version new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/data/pwncenter.com/_metadata/version @@ -0,0 +1 @@ +0 diff --git a/data/pwncenter.com/apt.pwncenter.com.png b/data/pwncenter.com/apt.pwncenter.com.png Binary files differnew file mode 100644 index 000000000..96ca04296 --- /dev/null +++ b/data/pwncenter.com/apt.pwncenter.com.png diff --git a/data/pwncenter.com/make.sh b/data/pwncenter.com/make.sh new file mode 100644 index 000000000..18a3cd4f0 --- /dev/null +++ b/data/pwncenter.com/make.sh @@ -0,0 +1,4 @@ +pkg: mkdir -p /etc/apt/sources.list.d +pkg: cp -a %/pwncenter.com.list /etc/apt/sources.list.d +pkg: mkdir -p /Applications/Cydia.app/Sources +pkg: cp -a %/apt.pwncenter.com.png /Applications/Cydia.app/Sources/apt.pwncenter.com.png diff --git a/data/pwncenter.com/pwncenter.com.list b/data/pwncenter.com/pwncenter.com.list new file mode 100644 index 000000000..ec89ab81f --- /dev/null +++ b/data/pwncenter.com/pwncenter.com.list @@ -0,0 +1,6 @@ +# 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://apt.pwncenter.com/ ./ |