mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-22 08:03:19 +01:00
Merge branch 'featur/KASM-3638-remove-zoom-opensuse' into 'develop'
KASM-3638 remove zoom from opensuse build Closes KASM-3638 See merge request kasm-technologies/internal/workspaces-images!89
This commit is contained in:
commit
1bdcfa0d7c
@ -60,10 +60,6 @@ RUN bash $INST_SCRIPTS/libre_office/install_libre_office.sh && rm -rf $INST_SCR
|
||||
COPY ./src/opensuse/install/gimp $INST_SCRIPTS/gimp/
|
||||
RUN bash $INST_SCRIPTS/gimp/install_gimp.sh && rm -rf $INST_SCRIPTS/gimp/
|
||||
|
||||
### Install Zoom
|
||||
COPY ./src/opensuse/install/zoom $INST_SCRIPTS/zoom/
|
||||
RUN bash $INST_SCRIPTS/zoom/install_zoom.sh && rm -rf $INST_SCRIPTS/zoom/
|
||||
|
||||
### Install Ansible
|
||||
COPY ./src/opensuse/install/ansible $INST_SCRIPTS/ansible/
|
||||
RUN bash $INST_SCRIPTS/ansible/install_ansible.sh && rm -rf $INST_SCRIPTS/ansible/
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||
add-apt-repository -y ppa:libretro/stable
|
||||
add-apt-repository -y ppa:libretro/testing
|
||||
apt-get update
|
||||
apt-get install -y retroarch
|
||||
cp /usr/share/applications/retroarch.desktop $HOME/Desktop/
|
||||
|
Loading…
Reference in New Issue
Block a user