issues
search
ktwrd
/
beans-rs
Open-Source Installer for Sourcemods
GNU General Public License v3.0
7
stars
1
forks
source link
v1.5.1
#23
Closed
ktwrd
closed
4 months ago
ktwrd
commented
4 months ago
Changes since v1.4.5
Merged #16
beans-rs
will now ask you for confirmation when using the
install
subcommand (or via the wizard) if an existing installation is deteced.
To ignore the prompt, use the
--confirm
argument (after the
install
subcommand) to forcefully overwrite the existing install.
Removed requirement for
libssl
and
glibc
on Linux (will be reverted when #19 is merged)
GitHub Actions now builds with musl for Linux.
Implement logic for
clean
workflow.
Merged #21
When steamos is detected,
~/.tmp/
will be used instead of
/var/tmp
due to storage restrictions.
Changes since v1.4.5
beans-rs
will now ask you for confirmation when using theinstall
subcommand (or via the wizard) if an existing installation is deteced.--confirm
argument (after theinstall
subcommand) to forcefully overwrite the existing install.libssl
andglibc
on Linux (will be reverted when #19 is merged)clean
workflow.~/.tmp/
will be used instead of/var/tmp
due to storage restrictions.