Skip to content
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

Repository not found #43

Open
dmrmoo opened this issue Nov 22, 2024 · 1 comment
Open

Repository not found #43

dmrmoo opened this issue Nov 22, 2024 · 1 comment

Comments

@dmrmoo
Copy link

dmrmoo commented Nov 22, 2024

When running the install script everything runs fine up til I try to clone the master.tar repo. Then I get an error and the script stops. is there a new link for that repo?

@shvchk
Copy link
Owner

shvchk commented Dec 4, 2024

You mean line 72 of the install.sh?

wget -O - https://github.com/shvchk/${GRUB_THEME}/archive/master.tar.gz | tar -xzf - --strip-components=1

${GRUB_THEME} used there is set at line 6:

GRUB_THEME='fallout-grub-theme'

So that repo is here, https://github.com/shvchk/fallout-grub-theme, where we are now 😉

Let's test manually:

(
  pushd "$(mktemp -d)" # create new temp dir and switch to it
  GRUB_THEME='fallout-grub-theme'
  wget -O - https://github.com/shvchk/${GRUB_THEME}/archive/master.tar.gz | tar -xzf - --strip-components=1
  ls -l
)
/tmp/tmp.MPhWveHec8 ~
--2024-12-04 13:02:46--  https://github.com/shvchk/fallout-grub-theme/archive/master.tar.gz
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/shvchk/fallout-grub-theme/tar.gz/refs/heads/master [following]
--2024-12-04 13:02:46--  https://codeload.github.com/shvchk/fallout-grub-theme/tar.gz/refs/heads/master
Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘STDOUT’

-                                                             [  <=>                                                                                                                               ] 412,61K  1,05MB/s    in 0,4s

2024-12-04 13:02:47 (1,05 MB/s) - written to stdout [422514]

total 692
-rw-rw-r-- 1 shevchuk shevchuk 313782 2024-09-03 16:11 background.png
-rw-rw-r-- 1 shevchuk shevchuk 356726 2024-09-03 16:11 fixedsys-regular-32.pf2
drwxrwxr-x 2 shevchuk shevchuk    540 2024-09-03 16:11 icons
-rwxrwxr-x 1 shevchuk shevchuk   4246 2024-09-03 16:11 install.sh
-rw-rw-r-- 1 shevchuk shevchuk     70 2024-09-03 16:11 item_c.png
-rw-rw-r-- 1 shevchuk shevchuk   1072 2024-09-03 16:11 LICENSE
-rw-rw-r-- 1 shevchuk shevchuk   1216 2024-09-03 16:11 README.md
-rw-rw-r-- 1 shevchuk shevchuk     70 2024-09-03 16:11 selected_item_c.png
-rw-rw-r-- 1 shevchuk shevchuk     67 2024-09-03 16:11 terminal_box_c.png
-rw-rw-r-- 1 shevchuk shevchuk   3621 2024-09-03 16:11 theme.txt

LGTM : ) What error do you get?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants