mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-25 01:23:07 +01:00
KASM-1991 Gamepad Utils
This commit is contained in:
parent
8dda5f5004
commit
e58258e30c
@ -90,6 +90,10 @@ RUN bash $INST_SCRIPTS/telegram/install_telegram.sh && rm -rf $INST_SCRIPTS/tel
|
|||||||
COPY ./src/ubuntu/install/thunderbird $INST_SCRIPTS/thunderbird/
|
COPY ./src/ubuntu/install/thunderbird $INST_SCRIPTS/thunderbird/
|
||||||
RUN bash $INST_SCRIPTS/thunderbird/install_thunderbird.sh && rm -rf $INST_SCRIPTS/thunderbird/
|
RUN bash $INST_SCRIPTS/thunderbird/install_thunderbird.sh && rm -rf $INST_SCRIPTS/thunderbird/
|
||||||
|
|
||||||
|
# Install Gamepad Testing Utils
|
||||||
|
COPY ./src/ubuntu/install/gamepad_utils $INST_SCRIPTS/gamepad_utils/
|
||||||
|
RUN bash $INST_SCRIPTS/gamepad_utils/install_gamepad_utils.sh && rm -rf $INST_SCRIPTS/gamepad_utils/
|
||||||
|
|
||||||
#ADD ./src/common/scripts $STARTUPDIR
|
#ADD ./src/common/scripts $STARTUPDIR
|
||||||
RUN $STARTUPDIR/set_user_permission.sh $HOME
|
RUN $STARTUPDIR/set_user_permission.sh $HOME
|
||||||
|
|
||||||
|
@ -90,6 +90,10 @@ RUN bash $INST_SCRIPTS/telegram/install_telegram.sh && rm -rf $INST_SCRIPTS/tel
|
|||||||
COPY ./src/ubuntu/install/thunderbird $INST_SCRIPTS/thunderbird/
|
COPY ./src/ubuntu/install/thunderbird $INST_SCRIPTS/thunderbird/
|
||||||
RUN bash $INST_SCRIPTS/thunderbird/install_thunderbird.sh && rm -rf $INST_SCRIPTS/thunderbird/
|
RUN bash $INST_SCRIPTS/thunderbird/install_thunderbird.sh && rm -rf $INST_SCRIPTS/thunderbird/
|
||||||
|
|
||||||
|
# Install Gamepad Testing Utils
|
||||||
|
COPY ./src/ubuntu/install/gamepad_utils $INST_SCRIPTS/gamepad_utils/
|
||||||
|
RUN bash $INST_SCRIPTS/gamepad_utils/install_gamepad_utils.sh && rm -rf $INST_SCRIPTS/gamepad_utils/
|
||||||
|
|
||||||
#ADD ./src/common/scripts $STARTUPDIR
|
#ADD ./src/common/scripts $STARTUPDIR
|
||||||
RUN $STARTUPDIR/set_user_permission.sh $HOME
|
RUN $STARTUPDIR/set_user_permission.sh $HOME
|
||||||
|
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -ex
|
||||||
|
apt-get update
|
||||||
|
|
||||||
|
apt-get install -y gimp
|
||||||
|
cp /usr/share/applications/gimp.desktop $HOME/Desktop/
|
||||||
|
chmod +x $HOME/Desktop/gimp.desktop
|
Loading…
Reference in New Issue
Block a user