Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Anarchy Installer
installer
Commits
a1708055
Verified
Commit
a1708055
authored
Nov 13, 2020
by
Erazem Kokot
Browse files
Fix updating pacman keys
parent
5c110cd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/usr/bin/anarchy
src/usr/bin/anarchy
+4
-4
No files found.
src/usr/bin/anarchy
View file @
a1708055
...
...
@@ -27,10 +27,10 @@ start_menu() {
# Update Arch packages and keyring
log
"Updating pacman keys"
pacman
-key
--keyserver
hkp://keyserver.ubuntu.com
--init
2>&1
| printlog
pacman-key
--keyserver
hkp://keyserver.ubuntu.com
--
populate
archlinux 2>&1
| printlog
pacman-key
--keyserver
hkp://keyserver.ubuntu.com
--
refresh-keys
2>&1
| printlog
pacman
-S
y
--
noconfirm
2>&1
| printlog
pacman
-Sy
archlinux-keyring
| printlog
pacman-key
--keyserver
hkp://keyserver.ubuntu.com
--
init
| printlog
pacman-key
--keyserver
hkp://keyserver.ubuntu.com
--
populate
archlinux
| printlog
pacman
-ke
y
--
keyserver
hkp://keyserver.ubuntu.com
--refresh-keys
| printlog
touch
/root/.anarchy_updated
;;
Start
)
touch
/root/.anarchy_updated
;;
# Pretend user has updated
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment