]> gitweb.morketsmerke.org Git - idle.git/commitdiff
Usunięto uruchomienie polecenia neofetch z autostartu powłoki - skrypt startowe konte...
authorxf0r3m <jakubstasinski@protonmail.com>
Wed, 9 Aug 2023 09:45:19 +0000 (11:45 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Wed, 9 Aug 2023 09:45:19 +0000 (11:45 +0200)
alpine.sh
archlinux.sh
deb.sh
fedora.sh
gentoo.sh
opensuse.sh
rocky.sh
void.sh

index 04fe1902040361e400d27c80abe3326cc1c880de..e6bee5ce305f1bbc6c34b12cc0e1308266c914bc 100644 (file)
--- a/alpine.sh
+++ b/alpine.sh
@@ -5,6 +5,5 @@ adduser -s /bin/bash -D alpuser;
 apk add sudo;
 echo "alpuser ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers;
 apk add neofetch;
-echo "/usr/bin/neofetch" >> /etc/bash/bashrc;
 apk add man-db man-pages;
 mandb -c
index 54ac4c6ec98aeaf81480c54cbc1ed23775e3b41a..8958d21d4caf6734d2e61a2ce2bec5003ce3f4fd 100644 (file)
@@ -7,7 +7,5 @@ echo "root ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers;
 pacman -Syu --noconfirm;
 pacman -Sy --noconfirm neofetch;
 
-echo "/usr/bin/neofetch" >> /home/archuser/.bashrc;
-
-pacman -Sy --noconfim man-db man-pages;
+pacman -Sy --noconfirm man-db man-pages;
 mandb -c
diff --git a/deb.sh b/deb.sh
index a7d4dc6e54e4304c0191aae4a46152c2eb350252..6d4d352bf2ae13b557d359603abfb649ce28b2fb 100644 (file)
--- a/deb.sh
+++ b/deb.sh
@@ -18,7 +18,4 @@ if ! grep -q '^ID=ubuntu' /etc/os-release; then
   elif grep -q '^ID=linuxmint' /etc/os-release; then
     hostnamectl set-hostname linuxmint;
   fi
-  echo "/usr/bin/neofetch" >> /home/debuser/.bashrc;
-else
-  echo "/usr/bin/neofetch" >> /home/ubuntu/.bashrc;
 fi
index 05784a11a80f3a3b6f8f97695a900a948ec4822d..f4d47d54de0ef9f8bf6dae41da7da4daee1f4286 100644 (file)
--- a/fedora.sh
+++ b/fedora.sh
@@ -8,6 +8,5 @@ dnf install -y --nogpgcheck https://mirrors.rpmfusion.org/free/fedora/rpmfusion-
 dnf install -y --nogpgcheck https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
 dnf update -y
 dnf install neofetch -y
-echo "/usr/bin/neofetch" >> /home/rhuser/.bashrc;
 dnf install man-db man-pages -y
 mandb -c
index 243ca33d641e7b0b85d796fbfe4076f99905db60..776bf3e767da4efe5912f5f46a39ebc65149c2d8 100644 (file)
--- a/gentoo.sh
+++ b/gentoo.sh
@@ -6,6 +6,5 @@ echo "root ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers;
 
 emerge neofetch;
 
-echo "/usr/bin/neofetch" >> /home/gentoouser/.bashrc;
 emerge man-db man-pages;
 mandb -c;
index 0392a2d324f6994fb1c996411b5819dbddfc54ef..271d25ff8243862693057efe16c8e132363d203d 100644 (file)
@@ -9,7 +9,6 @@ if [ $? -eq 0 ]; then
   zypper update -y;
   zypper install -y neofetch;
 
-  echo "/usr/bin/neofetch" >> /home/suseuser/.bashrc;
   zypper install -y man man-pages
   mandb -c
 fi
index 45dfe7fc71a6ca7901982a797af3d22937b6d6eb..595b5d12387b34d877428533d74729c6b858cb27 100644 (file)
--- a/rocky.sh
+++ b/rocky.sh
@@ -14,6 +14,5 @@ sudo dnf install --nogpgcheck https://dl.fedoraproject.org/pub/epel/epel-release
 sudo dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm -y
 sudo dnf update -y
 sudo dnf install neofetch -y
-echo "/usr/bin/neofetch" >> /home/rhuser/.bashrc;
 sudo dnf install man-db man-pages -y
 sudo mandb -c
diff --git a/void.sh b/void.sh
index 3e957e2751e72e4d38641103ae83e40bc394a178..e8a37d6ef9aa9d46d113fdc7b0df2e7a5f62df75 100644 (file)
--- a/void.sh
+++ b/void.sh
@@ -7,6 +7,5 @@ echo "root ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers;
 xbps-install -Su -y;
 xbps-install -y neofetch;
 
-echo "/usr/bin/neofetch" >> /home/voiduser/.bashrc;
 xbps-install man-db;
 mandb -c