From bea5ec4b21d4a88f9bffa250fc1800d5e1ee4139 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:19:35 +0100 Subject: [PATCH] added steam module --- modules/14-steam.sh | 3 +++ post-install.sh | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 modules/14-steam.sh diff --git a/modules/14-steam.sh b/modules/14-steam.sh new file mode 100644 index 0000000..aa0d700 --- /dev/null +++ b/modules/14-steam.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ensure_package_is_installed steam diff --git a/post-install.sh b/post-install.sh index 2c8f321..654c6f1 100644 --- a/post-install.sh +++ b/post-install.sh @@ -14,4 +14,5 @@ source ./modules/00-library.sh && source ./modules/10-tmux.sh && source ./modules/11-syncthing.sh && source ./modules/12-yazi.sh && - source ./modules/13-rust.sh + source ./modules/13-rust.sh && + source ./modules/14-steam.sh