auto


Logs | Files | README | README | GitLab


1
commit 8495c5f2b192357c28564c2b3b76281d0ad701bf
2
Author: Connor Etherington <[email protected]>
3
Date:   Fri Apr 8 01:38:31 2022 +0200
4
5
    Update.
6
---
7
 PKGBUILD         |  2 +-
8
 autoCleanInstall |  2 +-
9
 autoInstall      | 12 ++++++------
10
 3 files changed, 8 insertions(+), 8 deletions(-)
11
12
diff --git a/PKGBUILD b/PKGBUILD
13
index d099d44..29a00b0 100644
14
--- a/PKGBUILD
15
+++ b/PKGBUILD
16
@@ -6,7 +6,7 @@ pkgver=3.0.5
17
 pkgrel=1
18
 pkgdesc='ArchLinux bootstrap and partitioning scripts, with optional AutoLinux configs.'
19
 arch=(x86_64)
20
-url="https://gitlab.com/qYp/${_pkgname}"
21
+url="https://gitlab.com/a4to/${_pkgname}"
22
 install="auto.install"
23
 license=('MIT')
24
 depends=(dialog parted)
25
diff --git a/autoCleanInstall b/autoCleanInstall
26
index f65c9e6..0afc3cd 100755
27
--- a/autoCleanInstall
28
+++ b/autoCleanInstall
29
@@ -70,7 +70,7 @@ welcome(){ clear ; figlet -toc '|-WELCOME-| - TO - |-AUTOLINUX-|' | lolcat ; sle
30
 
31
 
32
 refreshkeys() { \
33
-  pacman -U --noconfirm https://gitlab.com/qyp/concise/-/raw/master/concise-keyring-1.0.3-1-any.pkg.tar.xz
34
+  pacman -U --noconfirm https://gitlab.com/a4to/concise/-/raw/master/concise-keyring-1.0.3-1-any.pkg.tar.xz
35
   /opt/Concise/init.sh ; }
36
 
37
 init(){  
38
diff --git a/autoInstall b/autoInstall
39
index 5012943..5adfdf3 100755
40
--- a/autoInstall
41
+++ b/autoInstall
42
@@ -29,7 +29,7 @@ mirlist="/etc/pacman.d/mirrorlist"
43
 
44
 lmirlist="/etc/pacman.d/local-mirrorlist"
45
 
46
-dotfiles="https://gitlab.com/qyp/dotfiles.git"
47
+dotfiles="https://gitlab.com/a4to/dotfiles.git"
48
 
49
 
50
 arch="$(uname -m)"
51
@@ -145,13 +145,13 @@ refreshkeys() { \
52
 
53
   yes|pacman-key --recv-key 81BACEEBC3EA26E127166E4A819BB92A9A48160E --keyserver keyserver.ubuntu.com >/dev/null 2>&1 
54
   yes|pacman-key --lsign-key 81BACEEBC3EA26E127166E4A819BB92A9A48160E   >/dev/null 2>&1
55
-  yes|pacman -U 'https://gitlab.com/qYp/concise/-/raw/master/x86_64/concise-keyring-1.0.3-1-any.pkg.tar.zst' >/dev/null 2>&1 
56
+  yes|pacman -U 'https://gitlab.com/a4to/concise/-/raw/master/x86_64/concise-keyring-1.0.3-1-any.pkg.tar.zst' >/dev/null 2>&1 
57
 	
58
   cat /etc/pacman.conf|grep -q "^\[concise\]"|| cat << EOF >>/etc/pacman.conf
59
     
60
 [concise]
61
 SigLevel = Required DatabaseOptional
62
-Server = https://gitlab.com/qYp/\$repo/-/raw/master/\$arch
63
+Server = https://gitlab.com/a4to/\$repo/-/raw/master/\$arch
64
 
65
 EOF
66
   dialog --infobox "Updating Repos and Keys..." 4 40  
67
@@ -419,9 +419,9 @@ sudoers "%wheel ALL=(ALL) NOPASSWD: ALL #AutoLinux"
68
 archlinuxinstall yay-bin
69
 
70
 case $edition in
71
-  1) pkgsfile="https://gitlab.com/qYp/autolinux/-/raw/editions/dwm.csv" && gitbranch="dwm" ;;
72
-  2) pkgsfile="https://gitlab.com/qYp/autolinux/-/raw/editions/plasma.csv" && gitbranch="plasma" ;;
73
-  2) pkgsfile="https://gitlab.com/qYp/autolinux/-/raw/editions/bare.csv" && gitbranch="bare" ;;
74
+  1) pkgsfile="https://gitlab.com/a4to/autolinux/-/raw/editions/dwm.csv" && gitbranch="dwm" ;;
75
+  2) pkgsfile="https://gitlab.com/a4to/autolinux/-/raw/editions/plasma.csv" && gitbranch="plasma" ;;
76
+  2) pkgsfile="https://gitlab.com/a4to/autolinux/-/raw/editions/bare.csv" && gitbranch="bare" ;;
77
 esac
78
 
79
 case $kernel in