EthanArbuckle / Apollo-CustomApiCredentials

Tweak to use your own reddit API credentials in Apollo
GNU General Public License v3.0
769 stars 142 forks source link

The .theos folder is missing in when I try to install the ApiCredentials, #12

Closed TheMysteriousWarlock closed 1 year ago

TheMysteriousWarlock commented 1 year ago

I've hit a roadblock when trying to make package with me being given the following:

nonrootXXXXX@MYPC:~/Apollo-CustomApiCredentials$ make package
Makefile:14: /tweak.mk: No such file or directory
make: *** No rule to make target '/tweak.mk'.  Stop.

I'm not sure if this is also directly related, but I have a theory that it might be related to how I can't properly install the swift toolchain as seen below. I'm on my non-root user which has SU perms, but no matter what I do I can't get it to installed. `` ==> Checking for iOS toolchain...

==> A toolchain does not appear to be installed. Warning: Failed to create the file swift-5.3.2-RELEASE-ubuntu20.04.tar.zst: Warning: Permission denied curl: (23) Failure writing output to destination

EthanArbuckle commented 1 year ago

$THEOS needs to point to theos https://github.com/theos/theos

TheMysteriousWarlock commented 1 year ago

$THEOS needs to point to theos https://github.com/theos/theos

How do I point $THEOS to theos?