달력

42025  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30


Cydia도 소스를 추가해서 Installer처럼 사용할수 있지않을까 해서 찾아보다가 /var/private/etc/apt/source.list/ 폴더안에 소스 주소들이 있는것을 발견했다 ㅋㅋ
bigboss.list , saurik.list , ste.list ... 이걸로 봐서 list안을 열어보면 소스를 받아오는 주소가 있지 않을까 해서 열어보았다 ...
역시나 ~

====================================
# 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.saurik.com/ tangelo main
#deb-src http://apt.saurik.com/ tangelo main
====================================

deb 이란 명령어가 소스를 불러오고 있고 그 뒤의 주소가 소스 주소인것 같다
이제 소스 주소만 알게 된다면 xxx.list를 만들어 넣어주면 되지 않을까 ㅎㅎ



Posted by TIGER™
|