diff options
Diffstat (limited to 'over/etc')
-rw-r--r-- | over/etc/apt/sources.list.d/saurik.list | 2 | ||||
-rw-r--r-- | over/etc/apt/trustdb.gpg | bin | 0 -> 1200 bytes | |||
-rw-r--r-- | over/etc/apt/trusted.gpg | bin | 0 -> 1172 bytes | |||
-rw-r--r-- | over/etc/profile | 4 |
4 files changed, 6 insertions, 0 deletions
diff --git a/over/etc/apt/sources.list.d/saurik.list b/over/etc/apt/sources.list.d/saurik.list new file mode 100644 index 000000000..555ae77a7 --- /dev/null +++ b/over/etc/apt/sources.list.d/saurik.list @@ -0,0 +1,2 @@ +deb http://apt.saurik.com/ tangelo main +#deb-src http://apt.saurik.com/ tangelo main diff --git a/over/etc/apt/trustdb.gpg b/over/etc/apt/trustdb.gpg Binary files differnew file mode 100644 index 000000000..00f2aa9c4 --- /dev/null +++ b/over/etc/apt/trustdb.gpg diff --git a/over/etc/apt/trusted.gpg b/over/etc/apt/trusted.gpg Binary files differnew file mode 100644 index 000000000..520c5e7ba --- /dev/null +++ b/over/etc/apt/trusted.gpg diff --git a/over/etc/profile b/over/etc/profile new file mode 100644 index 000000000..f17e7548a --- /dev/null +++ b/over/etc/profile @@ -0,0 +1,4 @@ +if [[ $TERM = network || -z $TERM ]]; then export TERM=xterm; fi +export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games' +export PS1='\h:\w \u\$ ' +umask 022 |