]> gitweb.morketsmerke.org Git - immudex.git/commitdiff
Zmiany w polityce antyfrankenstainowej.
authorxf0r3m <jakubstasinski@protonmail.com>
Tue, 14 May 2024 15:51:48 +0000 (17:51 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Tue, 14 May 2024 15:51:48 +0000 (17:51 +0200)
addons/lampstack
addons/librewolf
addons/ncspot
addons/nushell

index 5cebb419bafc300ab1f7b45f5ce7c540058620a6..0be231f062613bb142f00f00d0d983a4bfceb61e 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #Anti-Frankenstein policy - 13.05.2024
-if [ "$DEBVER" = "stable" ]; then
+#if [ "$DEBVER" = "stable" ]; then
   #baseVersion=$(head -1 /etc/apt/sources.list | awk '{print $3}')
 
   apt install lsb-release gnupg -y;
@@ -23,6 +23,6 @@ if [ "$DEBVER" = "stable" ]; then
   apt clean;
 
   rm mysql-apt-config_0.8.29-1_all.deb;
-else
-  exit 1;
-fi
+#else
+#  exit 1;
+#fi
index bd73af750b52278e8685d905658bad9085718da0..cd58976b6644f87098b3b8c1e742b630761f65ee 100644 (file)
@@ -2,7 +2,7 @@
 
 set -e 
 #Anti-Frankenstein policy - 13.05.2024
-if [ "$DEBVER" = "stable" ]; then
+#if [ "$DEBVER" = "stable" ]; then
 
   if [ "$(uname -m)" != "x86_64" ]; then
     echo "Other architectures than x86_64 (amd64) is not supported by this script";
@@ -16,6 +16,6 @@ if [ "$DEBVER" = "stable" ]; then
   wget https://deb.librewolf.net${latestLink} -O /tmp/${filename};
   apt install -y lsb-release libgdk-pixbuf2.0-0;
   dpkg -i /tmp/${filename};
-else
-  exit 1;
-fi
+#else
+#  exit 1;
+#fi
index cdfca8ad61ef5840c3160359d0bd0bc788a182e2..d948c148f750ac4f91c529d728eb8df6eb159a26 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #Anti-Frankenstein policy - 13.05.2024
-if [ "$DEBVER" = "stable" ]; then
+#if [ "$DEBVER" = "stable" ]; then
   wget https://github.com/hrkfdn/ncspot/releases.atom
   ver=$(grep 'title' releases.atom | sed -n '2p' | sed -e 's,<title>,,g' -e 's,</title>,,g' -e 's,^[[:space:]]*,,g')
   sourceURL="https://github.com/hrkfdn/ncspot/archive/refs/tags/v${ver}.tar.gz";
@@ -18,6 +18,6 @@ if [ "$DEBVER" = "stable" ]; then
          rm $(basename $sourceURL);
          rm releases.atom;
   fi
-else
-  exit 1;
-fi
+#else
+#  exit 1;
+#fi
index 7bc8adabcb4f97fda00ceefe1d2b61f40f61a769..dfd8adb191b7c3d6c3ebd9deea169bd897d605ec 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #Anti-Frankenstein policy - 13.05.2024
-if [ "$DEBVER" = "stable" ]; then
+#if [ "$DEBVER" = "stable" ]; then
   wget https://github.com/nushell/nushell/releases.atom
   ver=$(grep 'title' releases.atom | sed -n '2p' | sed -e 's,<title>,,g' -e 's,</title>,,g' -e 's,^[[:space:]]*,,g')
   sourceURL="https://github.com/nushell/nushell/archive/refs/tags/${ver}.tar.gz";
@@ -18,6 +18,6 @@ if [ "$DEBVER" = "stable" ]; then
         rm $(basename $sourceURL);
         rm releases.atom;
   fi
-else
-  exit 1;
-fi
+#else
+#  exit 1;
+#fi