Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
YawgNetWiki
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Script/RPi-ArchInstall
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=In Use Images= <div class="toccolours mw-collapsible mw-collapsed"> RPi4 "YawgDisplay" <div class="mw-collapsible-content"> <pre> #!/bin/bash clear && echo "Connect to Wifi, name it wlan0-home" wifi-menu netctl enable wlan0-home ln -s /usr/share/zoneinfo/America/Los_Angeles /etc/localtime echo 'yawgdisplay' > /etc/hostname hostnamectl set-hostname yawgdisplay sed -i 's/#Color/Color/' /etc/pacman.conf pacman-key --init pacman-key --populate archlinuxarm pacman -Syu sudo git base-devel go xf86-video-fbturbo-git xf86-video-fbdev slim xorg i3 dmenu synergy openssh nextcloud-client firefox blueman gnome-keyring clear && echo "Uncomment wheel group line" nano /etc/sudoers useradd -m -G wheel -s /bin/bash yawg echo "user password" passwd yawg echo "change root password" passwd userdel alarm read -p "enable autologin and default user" nano /etc/slim.conf systemctl enable slim systemctl enable sshd systemctl enable bluetooth echo "git clone https://aur.archlinux.org/yay.git cd yay makepkg -si echo 'exec i3' > ~/.xinitrc echo 'exec blueman-applet & exec firefox' >> ~/.config/i3/config " > /home/yawg/yay.sh && chown yawg /home/yawg/yay.sh && chmod +x /home/yawg/yay.sh echo "[Policy] AutoEnable=true" >> /etc/bluetooth/main.conf </pre> </div> </div> [[Category:Scripts]][[Category:Archlinux]][[Category:RaspberryPi]]
Summary:
Please note that all contributions to YawgNetWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
YawgNetWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Script/RPi-ArchInstall
(section)
Add topic