Skip to content

Commit

Permalink
Update install script path in continuous integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Sep 15, 2023
1 parent e30b9ed commit ae9f1f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Install Wget
run: sudo apt install wget
- name: Download install
run: wget https://raw.githubusercontent.com/freescout-helpdesk/scripts/master/install/ubuntu.sh
run: wget https://raw.githubusercontent.com/freescout-helpdesk/freescout/dist/tools/install.sh
- name: chmod installer
run: chmod u+x ubuntu.sh
run: chmod u+x install.sh
- name: Run installer
run: sudo ./ubuntu.sh
run: sudo ./install.sh

3 comments on commit ae9f1f8

@fulldecent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@freescout-helpdesk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fulldecent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thank you. Next step: #3399

Please sign in to comment.