← prev | next →
R. V. 2022-07-11 22:48:18
predator8bit 2022-07-11 20:22:02
Under filesystem it says grub2 core.img in gparted
Probably you have gpt partition table and booting in legacy mode so that partition contains the grub image
ChrisCromer 2022-07-11 22:48:31
predator8bit 2022-07-11 22:19:03
altho now pacman is whining about not being able to verify packages with pgp
What is the exact message?
predator8bit 2022-07-11 22:49:05
Fixed it with the wiki page’s guide on pgp issues
qontinuum 2022-07-11 22:51:54
> Asked advice on what pastebin to use
> Actually read the wiki
Is this even real?
legark 2022-07-11 23:34:27
ChrisCromer 2022-07-11 22:11:30
Do you have access to some other computer that does have internet access you could build it from? If so you could modify a base install tarball via chroot and install everything you need. Then just unpack that tarball on that computer that doesn’t have internet.

so I chrooted into the runit tarball, tried to install some stuff but it cannot connect to the mirror
aldum11 2022-07-11 23:36:06
did you update?
gennadykataev 2022-07-11 23:36:08
legark 2022-07-11 23:34:27
so I chrooted into the runit tarball, tried to install some stuff but it cannot connect to the mirror
pacman -Sy
capezotte 2022-07-11 23:36:16
legark 2022-07-11 23:36:38
gennadykataev 2022-07-11 23:36:08
pacman -Sy
ty that was it
capezotte 2022-07-11 23:36:48
legark 2022-07-11 23:36:38
ty that was it
now do a pacman -Su
aldum11 2022-07-11 23:36:53
capezotte 2022-07-11 23:36:16
dafuq is bun
capezotte 2022-07-11 23:36:59
so you don’t do partial upgrades
ChrisCromer 2022-07-11 23:37:06
You should do a pacman -Syu, update everything in the chroot first.
capezotte 2022-07-11 23:37:12
aldum11 2022-07-11 23:36:53
dafuq is bun
yet another node.js rewrite
aldum11 2022-07-11 23:37:27
lol
capezotte 2022-07-11 23:37:31
but using safari’s js engine instead of v8
qontinuum 2022-07-11 23:39:28
gennadykataev 2022-07-11 23:36:08
pacman -Sy
Don’t
gennadykataev 2022-07-11 23:39:52
qontinuum 2022-07-11 23:39:28
Don’t
why
ChrisCromer 2022-07-11 23:40:23
gennadykataev 2022-07-11 23:39:52
why
That will cause a partial upgrade which could fuck up the system.
capezotte 2022-07-11 23:40:34
gennadykataev 2022-07-11 23:39:52
why
will allow you to install packages requiring new library versions without updating libraries themselves
gennadykataev 2022-07-11 23:40:43
got it. thanks
aldum11 2022-07-11 23:40:56
>In bun.js, every file is transpiled. TypeScript & JSX just work.
>bun.js automatically loads environment variables from .env files.
>bun ships with a fast SQLite3 client builtin bun:sqlite
>Bun is written in Zig
okay, that does sound good, ngl
gennadykataev 2022-07-11 23:48:13
are there any cons of using arch repos in artix? e.g. for telegram-desktop, yggdrasil
aldum11 2022-07-11 23:49:38
gennadykataev 2022-07-11 23:48:13
are there any cons of using arch repos in artix? e.g. for telegram-desktop, yggdrasil
sometimes you need to select between identical packages
also, pacman can’t tell which repo a package is from, so it will show botj of them being installed when listing
gennadykataev 2022-07-11 23:50:32
aldum11 2022-07-11 23:49:38
sometimes you need to select between identical packages
also, pacman can’t tell which repo a package is from, so it will show botj of them being installed when listing
oh
ChrisCromer 2022-07-11 23:51:31
Packages from arch repos could be compiled against systemd libs. In most cases this isn’t a problem since we have alternatives to supply the needed deps.
gennadykataev 2022-07-12 00:11:43
can I request to add a package to galaxy or universe?
qontinuum 2022-07-12 00:12:12
You can request but it doesn’t mean it will be added
qontinuum 2022-07-12 00:16:01
gennadykataev 2022-07-12 00:11:43
can I request to add a package to galaxy or universe?
What package is it?
gennadykataev 2022-07-12 00:18:38
qontinuum 2022-07-12 00:16:01
What package is it?
telegram-desktop, yggdrasil from arch. yggdrasil-openrc, cloudflare-warp-bin from aur.
I think it’s better to be independent from arch repos. I host a repo for these packages but I’d like to see them in Artix repos 🙂
qontinuum 2022-07-12 00:23:43
Yggdrasil would be pretty easy to add, just needs services to be wrote
Telegram is a pain to maintain iirc so I don’t know
Yggdrasil-openrc would obviously be supported if yggdrasil is added
Cloudflare warp would be added to universe if it interested a maintainer so I don’t think it would be added
gennadykataev 2022-07-12 00:27:07
qontinuum 2022-07-12 00:23:43
Yggdrasil would be pretty easy to add, just needs services to be wrote
Telegram is a pain to maintain iirc so I don’t know
Yggdrasil-openrc would obviously be supported if yggdrasil is added
Cloudflare warp would be added to universe if it interested a maintainer so I don’t think it would be added
I think we can just use https://github.com/archlinux/svntogit-community/tree/packages/telegram-desktop/trunk as a base for telegram
qontinuum 2022-07-12 00:27:48
gennadykataev 2022-07-12 00:27:07
I think we can just use https://github.com/archlinux/svntogit-community/tree/packages/telegram-desktop/trunk as a base for telegram
Yeah I think as well since it is what we do for nearly all packages
gennadykataev 2022-07-12 00:36:51
are there any cons of using cloudflare’s caching for repositories? caching limit isnt that low so many packages would be cached
Bhagwan_Kalki 2022-07-12 02:11:21
Good Morning Sirs
I need a little help in shell scripting
curl is throwing bad url error tho my url is looking fine
but when I curl the same link in the terminal & its working fine
I dont know what’s the issue
Probably I did something dumb
Script(U can search for any book from libgen & it will give u the library.lol link as of now)
Screenshot
← prev | next →