mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Darktable: Update install-darktable.sh script
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
7
scripts/dist/install-darktable.sh
vendored
7
scripts/dist/install-darktable.sh
vendored
@@ -28,12 +28,7 @@ echo "Installing Darktable for ${DESTARCH^^}..."
|
||||
|
||||
case $DESTARCH in
|
||||
amd64 | AMD64 | x86_64 | x86-64)
|
||||
if [[ $VERSION_CODENAME == "jammy" ]]; then
|
||||
echo 'deb http://download.opensuse.org/repositories/graphics:/darktable/xUbuntu_22.04/ /' | tee /etc/apt/sources.list.d/graphics:darktable.list
|
||||
curl -fsSL https://download.opensuse.org/repositories/graphics:darktable/xUbuntu_22.04/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/graphics_darktable.gpg > /dev/null
|
||||
apt-get update
|
||||
apt-get -qq install darktable
|
||||
elif [[ $VERSION_CODENAME == "bullseye" ]]; then
|
||||
if [[ $VERSION_CODENAME == "bullseye" ]]; then
|
||||
apt-get update
|
||||
apt-get -qq install -t bullseye-backports darktable
|
||||
elif [[ $VERSION_CODENAME == "buster" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user