-
Notifications
You must be signed in to change notification settings - Fork 109
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
Fix for Ubuntu 24.04 users #343
Comments
This was referenced Sep 5, 2024
for those who are too lazy, here is a script that does all of that for you (including downloading the deb file):
|
Thank you very much!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mkdir dockstation
-> download the deb file into that directory
dpkg-deb -x dockstation_1.5.1_amd64.deb dockstation-modify
dpkg-deb -e dockstation_1.5.1_amd64.deb dockstation-modify/DEBIAN
nano dockstation-modify/DEBIAN/control (or use any other editor you like instead of nano)
-> delete the row with the dependencies and save
dpkg -b dockstation-modify dockstation-modified.deb
sudo dpkg -i dockstation-modified.deb
The text was updated successfully, but these errors were encountered: