update and refresh fixes
This commit is contained in:
24
coreupdate
24
coreupdate
@@ -28,6 +28,18 @@ sudo cp ~/.local/share/coredesktop/corerefresh ~/.local/bin/corerefresh
|
||||
echo "Updating Arch..."
|
||||
sudo pacman -Syu
|
||||
|
||||
cd ~/.local/share/coredesktop
|
||||
source utils.sh
|
||||
source packages.conf
|
||||
|
||||
echo "Checking for new packages..."
|
||||
install_packages "${SYSTEM_UTILS[@]}"
|
||||
install_packages "${DEV_TOOLS[@]}"
|
||||
install_packages "${MAINTENANCE[@]}"
|
||||
install_packages "${DESKTOP[@]}"
|
||||
install_packages "${MEDIA[@]}"
|
||||
install_packages "${FONTS[@]}"
|
||||
|
||||
echo "Updating AUR..."
|
||||
|
||||
if ! yay -Sua 2>/dev/null; then
|
||||
@@ -53,18 +65,6 @@ mise upgrade --bump ruby
|
||||
mise reshim
|
||||
gem update
|
||||
|
||||
cd ~/.local/share/coredesktop
|
||||
source utils.sh
|
||||
source packages.conf
|
||||
|
||||
echo "Checking for new packages..."
|
||||
install_packages "${SYSTEM_UTILS[@]}"
|
||||
install_packages "${DEV_TOOLS[@]}"
|
||||
install_packages "${MAINTENANCE[@]}"
|
||||
install_packages "${DESKTOP[@]}"
|
||||
install_packages "${MEDIA[@]}"
|
||||
install_packages "${FONTS[@]}"
|
||||
|
||||
echo "Checking for new flatpaks..."
|
||||
. install-flatpaks.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user