Skip to content

Commit 2d12ebb

Browse files
committed
Add fastfetch and Lutris to the installer script
1 parent 4b2f718 commit 2d12ebb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apt/install_software.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PYTHON_PACKAGES=(
4646
"python3-dev" "python3-setuptools" "python3-venv" "python3-wheel"
4747
)
4848
UTILS_PACKAGES=(
49-
"autojump" "autossh" "cifs-utils" "curl" "git-delta" "gpg-agent" "links"
49+
"autojump" "autossh" "cifs-utils" "curl" "fastfetch" "git-delta" "gpg-agent" "links"
5050
"mtr-tiny" "optipng" "pandoc" "texlive-full" "traceroute" "wget" "wireguard" "xindy" "yt-dlp" "zsh"
5151
)
5252
APT_PACKAGES=("${BASE_PACKAGES[@]}" "${DEV_PACKAGES[@]}" "${DOCKER_PACKAGES[@]}" "${GUI_PACKAGES[@]}" "${PYTHON_PACKAGES[@]}" "${UTILS_PACKAGES[@]}")
@@ -124,6 +124,7 @@ if [ "${IS_DESKTOP}" = true ]; then
124124
com.spotify.Client \
125125
com.vscodium.codium \
126126
md.obsidian.Obsidian \
127+
net.lutris.Lutris \
127128
org.blender.Blender \
128129
org.chromium.Chromium \
129130
org.ferdium.Ferdium \

0 commit comments

Comments
 (0)