This website requires JavaScript.
Explore
Help
Register
Sign In
Rodolfo
/
arch-automated-installer
Watch
1
Star
0
Fork
You've already forked arch-automated-installer
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
70c4c825b8
arch-automated-installer
/
scripts
/
archgamingsetup.sh
6 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
Update arch setup to be run after successful archinstall
2024-06-30 17:12:07 +00:00
#!/bin/bash
while
IFS
=
read
-r line
;
do
arm gamedev and game setup scripts
2024-07-09 04:26:40 +00:00
sudo pacman -S --noconfirm --needed
$line
Update arch setup to be run after successful archinstall
2024-06-30 17:12:07 +00:00
done
<
$1
Reference in a new issue
Copy permalink