gphalkes / tilde

The Tilde text editor
395 stars 21 forks source link

Install process not smooth #88

Open mrx23dot opened 2 years ago

mrx23dot commented 2 years ago

I tried the install process suggested on the website onto Debian10.

wget http://os.ghalkes.nl/sources.list.d/install_repo.sh ; sudo sh ./install_repo.sh ; sudo apt-get install tilde But it only installs outdated one: Tilde version 1.0.0 Not sure how to update this to latest.

It doesn't install repo addresses so this fails after it: sudo apt install tilde-keyring tilde (even after apt update)

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package tilde-keyring

I would expect a smoother install:

So apt install would simply update it to the latest version in the future. Without having to look up the .sh file again.