-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command makefakeroottcp worked well #251
Comments
Numerous iterations, and at that nuance iterations requiring time consuming testing have given positive results. This commit and the preceding few have helped to make script |
|
This is fixed once more with today's commits on 20200906:
It still is; But the most difficult hurdle seems overcome! However... Originally posted by @SDRausty in #249 (comment) This is quite an interesting issue @damionx7 and you might not see this clearly from your perspective. There is quite a bit of analogy with the saying "What came first the chicken or the egg?" and this issue. a) you want to install packages before you can use them Here's the outcome. I know it can be improved, but at least we have something that works for everyone. To be able to use git without errors, you will want to login with a new option.
This solution has been chosen because it was easiest implement and is being tested at this moment. It would not be good for our users to lose the newly acquired ability of building Android Studio easily with the freshly working command
This is the option with option --link2symlink removed that was causing problems with Originally posted by @SDRausty in #249 (comment) |
I managed to fix
addauser
when run from a user account. The codecd && (git clone https://aur.archlinux.org/fakeroot-tcp.git && cd fakeroot-tcp && sed -i 's/ patch/ sudo patch/g' PKGBUILD && makepkg -irs && libtool --finish /usr/lib/libfakeroot) || printf "%s\\\\n" "Continuing to build and install fakeroot-tcp: " && cd fakeroot-tcp && sed -i 's/ patch/ sudo patch/g' PKGBUILD && makepkg -is
now fails too. This affects themakefakeroottcp
command that is created with function_ADDmakefakeroottcp_
Needless to say, commands such as
yay android studio
are not that easily accessible anymore. Your help is welcome in resolving this newly arisen error that has spun off of resolving this issue._Originally posted by @SDRausty in #249 (comment)
The text was updated successfully, but these errors were encountered: