Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/auto-update-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
UBUNTU_RELEASE: focal
jobs:
update-ubuntu:
if: github.repository == 'jmunixusers/cs-vm-build'
name: Update Ubuntu ISO file name
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion roles/eclipse/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{{ eclipse.install_path }}/eclipse
-nosplash
-application org.eclipse.equinox.p2.director
-repository http://eclipse-cs.sourceforge.net/update/
-repository https://checkstyle.org/eclipse-cs-update-site/
-installIU net.sf.eclipsecs.feature.group
-destination {{ eclipse.install_path }}
args:
Expand Down
1 change: 1 addition & 0 deletions roles/user/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
group: '{{ item.gid }}'
mode: "0750"
with_items: "{{ real_users }}"
when: "ansible_distribution == 'Linux Mint'"
- name: Add profile to user bashrc
lineinfile:
path: '{{ item.homedir }}/.bashrc'
Expand Down
2 changes: 1 addition & 1 deletion scripts/oem-build
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ main () {
apt-get update

user "Installing prerequisite packages"
apt-get install -V ansible git aptitude gcc make perl \
apt-get install -V -y ansible git aptitude gcc make perl \
|| error "Unable to install prerequisite packages"

user "Attempting to install VBox Guest Additions"
Expand Down