mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
added old files for adapterbox
This commit is contained in:
parent
e7b3602e92
commit
7014090274
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