mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo -e "\e[32m\nUpdate system packages\e[0m"
|
|
yay -Syu --noconfirm --ignore uwsm
|
|
echo
|