mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
packer/alpine-linux: missing shabangs
Packer does not care but they do not hurt anyone
This commit is contained in:
parent
8388697eb5
commit
44f382d184
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# add community repository
|
||||
sed -i 's/^#\s*\(.*\/v.*\/community\)$/\1/' /etc/apk/repositories
|
||||
apk update
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
# restore default sshd configuration
|
||||
mv /etc/ssh/sshd_config.orig /etc/ssh/sshd_config
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
# install additional packages
|
||||
apk add nano busybox-extras
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user