mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2026-06-20 22:12:41 +00:00
Added CachyOS support
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ install_deps() {
|
|||||||
|
|
||||||
# Refer to /etc/os-release for more info
|
# Refer to /etc/os-release for more info
|
||||||
case "$ID" in
|
case "$ID" in
|
||||||
"arch")
|
"arch"|"cachyos")
|
||||||
# To display the list of packages correctly, we need to format the string.
|
# To display the list of packages correctly, we need to format the string.
|
||||||
# Otherwise `read` will not display the whole list of packages and will stop in the middle of the line.
|
# Otherwise `read` will not display the whole list of packages and will stop in the middle of the line.
|
||||||
missing_packages_str=$(printf "%s " "${missed_packages[@]}")
|
missing_packages_str=$(printf "%s " "${missed_packages[@]}")
|
||||||
|
|||||||
Reference in New Issue
Block a user