mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 14:10:28 +01:00
Merge pull request #2 from xentral-erp-software-gmbh/adapterbox-files
added old files for adapterbox
This commit is contained in:
commit
adff72af78
BIN
adapterbox/adapterbox_2017-11-15.deb
Normal file
BIN
adapterbox/adapterbox_2017-11-15.deb
Normal file
Binary file not shown.
10
adapterbox/install.sh
Normal file
10
adapterbox/install.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
sudo apt-get --yes install libcurl3 php7.0-curl php7.0-cli php7.0-xml
|
||||||
|
sudo usermod -a -G lpadmin pi
|
||||||
|
sudo systemctl enable ssh
|
||||||
|
wget http://www.wawision.de/adapterbox.deb
|
||||||
|
sudo dpkg -i adapterbox.deb
|
||||||
|
echo "Seriennummer eingeben gefolgt von einem [ENTER]:"
|
||||||
|
read seriennummer
|
||||||
|
echo "<?php \$config['serial'] = '$seriennummer'; ?>" > /tmp/config.php
|
||||||
|
sudo mv /tmp/config.php /root/config.php
|
||||||
|
sudo halt
|
Loading…
Reference in New Issue
Block a user