mirror of
https://github.com/DrDonk/unlocker.git
synced 2026-04-26 14:16:01 +03:00
[GH-ISSUE #30] How to run in linux? #21
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unlocker#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jbrepogmailcom on GitHub (Jun 18, 2022).
Original GitHub issue: https://github.com/DrDonk/unlocker/issues/30
sudo ./check.gois not working@DrDonk commented on GitHub (Jun 19, 2022):
sudo unlockorsudo checkorsudo relock@SimPilotAdamT commented on GitHub (Jun 20, 2022):
You can also do the following (this will compile from the latest source):
go install github.com/tc-hib/go-winres@latestexport PATH="$PATH:$HOME/go/bin"git clone https://github.com/DrDonk/unlocker.gitcd unlockerzsh build.shcd dist/linux@DrDonk commented on GitHub (Jun 21, 2022):
I should change the build scripts shebang so don't need to install zsh. I build and test on real Macs and zsh is now the default shell.
I will add proper build instructions as well. Ok to copy your Linux ones?
@SimPilotAdamT commented on GitHub (Jun 21, 2022):
Of course, go ahead lol. Just let me know when that is done so I can update the PKGBUILDs in the AUR
@DrDonk commented on GitHub (Jun 21, 2022):
I've checked in the shell script changes to main. Still working on a build document.
@DrDonk commented on GitHub (Jun 21, 2022):
OK I've added your notes for Linux. I also tidied some things up such as remove the PDFs as pandoc was being a total pain with the markdown.
@DrDonk commented on GitHub (Jun 25, 2022):
Updated readme.