0x48piraj / 0x48piraj/tune-my-hole
Syntax error: Unterminated quoted string
- Dominant language
- Rust
- Stars
- 74
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
not sure what I did wrong after following the install tutorial
```
root@DietPi:~# sudo curl -L https://github.com/0x48piraj/tune-my-hole/releases/download/v0.1.0/tmhole-aarch64-unknown-linux-gnu -o /usr/local/bin/tmhole
sudo chmod +x /usr/local/bin/tmhole
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 3027k 100 3027k 0 0 5239k 0 --:--:-- --:--:-- --:--:-- 15.6M
root@DietPi:~# sudo tmhole init
/usr/local/bin/tmhole: 1: ELF: not found
/usr/local/bin/tmhole: 1: @D/@8: not found
/usr/local/bin/tmhole: 1: : not found
/usr/local/bin/tmhole: 2: @v: not found
/usr/local/bin/tmhole: 2: /lib/ld-linux-aarch64.so.1GNUGNUiR,%1: not found
/usr/local/bin/tmhole: 2: @@@@0ppp%u%@v%@v&@v&&'DD@v%@v&@v& PtdtAtAQtdRtd@v%@v: not found
/usr/local/bin/tmhole: 4: Syntax error: Unterminated quoted string
root@DietPi:~#
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The user is trying to run the tmhole binary on an aarch64 system but gets syntax errors, indicating the binary may be corrupted or incompatible. Check the release asset 'tmhole-aarch64-unknown-linux-gnu' for correct compilation and linking. Start by verifying the binary's integrity and compatibility with the user's DietPi environment. Look at the project's build configuration and CI scripts to understand how the binary is produced.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, shell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100