revisions

This commit is contained in:
pls.153 2025-04-14 14:00:41 +02:00
parent e8c3aa356f
commit 7353b4d2b1
2 changed files with 2 additions and 3 deletions

View file

@ -24,8 +24,7 @@
(defun delete-image (id)
(query "delete from images where id = ?"
id)
(values))
id))
(defun delete-all-images ()
(query "delete from images"))

View file

@ -40,7 +40,7 @@ $ devel-su pkcon refresh
$ devel-su pkcon install zypper
$ devel-su zypper install gcc make
```
You may also needed to edit `ecl-23.9.9/src/gmp/configure`, and replace all
You may also need to edit `ecl-23.9.9/src/gmp/configure`, and replace all
occurrences of `linux*android*)` with `linux-android*)`.
After compiling and installing ECL, add this soft link: