File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,13 @@ runcmd:
22
22
- setupcon -k --force || true
23
23
- 'apt-get update'
24
24
- 'apt-get install git -y'
25
- - 'echo Downloader OS2BorgerPC Kiosk Image to use the script package '
25
+ - 'echo Downloader OS2BorgerPC Kiosk Image to use the scripts '
26
26
- 'git clone https://github.com/OS2borgerPC/os2borgerpc-kiosk-image.git'
27
27
- 'chmod +x os2borgerpc-kiosk-image/image/ubuntu-image/scripts/*.sh'
28
- - 'echo "2.0.0" | tee -a os2borgerpc-kiosk-image/image/ubuntu-image/scripts/VERSION
29
28
- 'mv os2borgerpc-kiosk-image/image/ubuntu-image/scripts/* /usr/local/bin/'
29
+ - 'mv os2borgerpc-kiosk-image/VERSION /usr/local/bin/VERSION'
30
+ - 'mv os2borgerpc-kiosk-image/config.cfg /usr/local/bin/config.cfg'
30
31
- 'rm -r os2borgerpc-kiosk-image'
31
- - 'apt-get remove git -y'
32
32
- 'cd /usr/local/bin'
33
33
- './install_dependencies.sh'
34
34
- 'sed -ir "s/^[#]*\s*preserve_hostname:.*/preserve_hostname: true/" /etc/cloud/cloud.cfg'
35
-
You can’t perform that action at this time.
0 commit comments