diff options
author | 2023-03-07 14:54:11 +0600 | |
---|---|---|
committer | 2023-03-07 14:54:11 +0600 | |
commit | 8f13092d56c7fcabd0e430f5f2a53821c0706b80 (patch) | |
tree | 38c30bf538fe3c1ed0d1dcf547be09496090780f | |
parent | 1661a394be92e5128ddb0d56b78a0eeff046e1df (diff) | |
download | patches-8f13092d56c7fcabd0e430f5f2a53821c0706b80.tar.gz patches-8f13092d56c7fcabd0e430f5f2a53821c0706b80.zip |
armbian2shopno: Install shopno-os-base directly
Signed-off-by: Mubashshir <ahm@jadupc.com>
-rw-r--r-- | patch/armbian2shopno | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/armbian2shopno b/patch/armbian2shopno index 7daad14..3bbc362 100644 --- a/patch/armbian2shopno +++ b/patch/armbian2shopno @@ -35,4 +35,4 @@ apt update if dpkg -s armbian-bullseye-desktop-xfce > /dev/null 2>&1; then apt purge -y armbian-bullseye-desktop-xfce fi -apt install -y base-files distro-info-data-shopno python-apt-common-shopno +apt install -y base-files shopno-os-base |