mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
⭐ feat(runner): Add ludusavi backups (#166)
This lets us do game backups with this command `STEAMAPPID=730 ludusavi wrap --infer steam --force "steam://yourcommandhere"`
This commit is contained in:
@@ -102,8 +102,16 @@ RUN pacman -Sy --noconfirm --needed \
|
||||
rm -rf /usr/share/man/* && \
|
||||
rm -rf /usr/share/doc/*
|
||||
|
||||
#Install our backup manager
|
||||
ARG LUDUSAVI_VERSION="0.28.0"
|
||||
RUN pacman -Sy --noconfirm --needed wget &&\
|
||||
wget "https://github.com/mtkennerly/ludusavi/releases/download/v${LUDUSAVI_VERSION}/ludusavi-v${LUDUSAVI_VERSION}-linux.tar.gz" -O "ludusavi.tar.gz" &&\
|
||||
tar -xzvf ludusavi.tar.gz &&\
|
||||
mv ludusavi /usr/bin/ &&\
|
||||
#Clean up
|
||||
rm *.tar.gz
|
||||
|
||||
# Regenerate locale
|
||||
# Regenerate locale
|
||||
RUN locale-gen
|
||||
|
||||
## User ##
|
||||
|
||||
Reference in New Issue
Block a user