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