From b811b79cccab3e6105978c9b3a49212633e26b72 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Mon, 10 Jan 2022 15:04:13 +0000 Subject: [PATCH] Update ambe-debian-installer Installer ver 2.1.1 --- ambe-debian-installer | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ambe-debian-installer b/ambe-debian-installer index 6b42343..1c479fe 100755 --- a/ambe-debian-installer +++ b/ambe-debian-installer @@ -1,12 +1,13 @@ #!/bin/bash -#A tool to install AMBE server with Debian / Ubuntu support. -#This is essentially a scripted version of: -#https://github.com/LX3JL/xlxd/blob/master/ambed/readme -#Step 1: Install Debian 9 10 or 11 or Ubuntu 20.04 onwards.. and make sure it has internet and is up to date. -#Step 2: Plug AMBE Chip(s) into computer or Raspi-pi. -#Step 3: Run this script on the computer with the ambe chips pluged in. -#Step 4: Reboot after installation. +# Version 2.1.1 Edited by M0VUB +# A tool to install AMBE server with Debian / Ubuntu support. +# This is essentially a scripted version of: +# https://github.com/LX3JL/xlxd/blob/master/ambed/readme +# Step 1: Install Debian 9 10 or 11 or Ubuntu 20.04 onwards.. and make sure it has internet and is up to date. +# Step 2: Plug AMBE Chip(s) into computer or Raspi-pi. +# Step 3: Run this script on the computer with the ambe chips pluged in. +# Step 4: Reboot after installation. # systemctl status ambed #to show the status # systemctl stop ambed #to stop ambed # systemctl start ambed #to start ambed