mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Fix unpack script
This commit is contained in:
@@ -25,7 +25,7 @@ yum install -y kmod-wireguard wireguard-tools
|
||||
|
||||
|
||||
file=(/tmp/firezone*.tar.gz)
|
||||
/tmp/install.sh /tmp/$file
|
||||
/tmp/install.sh $file
|
||||
|
||||
# systemctl start firezone.service
|
||||
# systemctl status firezone.service
|
||||
|
||||
@@ -24,7 +24,7 @@ yum install -y kmod-wireguard wireguard-tools
|
||||
|
||||
|
||||
file=(/tmp/firezone*.tar.gz)
|
||||
/tmp/install.sh /tmp/$file
|
||||
/tmp/install.sh $file
|
||||
|
||||
|
||||
# systemctl start firezone.service
|
||||
|
||||
@@ -23,7 +23,7 @@ apt-get install -y -q \
|
||||
wireguard-tools
|
||||
|
||||
file=(/tmp/firezone*.tar.gz)
|
||||
/tmp/install.sh /tmp/$file
|
||||
/tmp/install.sh $file
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ systemctl enable postgresql
|
||||
systemctl restart postgresql
|
||||
|
||||
file=(/tmp/firezone*.tar.gz)
|
||||
/tmp/install.sh /tmp/$file
|
||||
/tmp/install.sh $file
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ systemctl enable postgresql
|
||||
systemctl restart postgresql
|
||||
|
||||
file=(/tmp/firezone*.tar.gz)
|
||||
/tmp/install.sh /tmp/$file
|
||||
/tmp/install.sh $file
|
||||
|
||||
# systemctl start firezone.service
|
||||
# systemctl status firezone.service
|
||||
|
||||
@@ -15,7 +15,7 @@ systemctl enable postgresql
|
||||
systemctl start postgresql
|
||||
|
||||
file=(/tmp/firezone*.tar.gz)
|
||||
/tmp/install.sh /tmp/$file
|
||||
/tmp/install.sh $file
|
||||
|
||||
# systemctl start firezone
|
||||
# systemctl status firezone.service
|
||||
|
||||
@@ -15,7 +15,7 @@ systemctl enable postgresql
|
||||
systemctl start postgresql
|
||||
|
||||
file=(/tmp/firezone*.tar.gz)
|
||||
/tmp/install.sh /tmp/$file
|
||||
/tmp/install.sh $file
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user