update arch dev dockerfile

remove old files
This commit is contained in:
DefectingCat
2023-12-20 09:07:35 +08:00
parent 1426ad0a51
commit 6f8421195e
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cd /home/"$USER"/ || exit
git clone https://aur.archlinux.org/yay.git
cd /home/"$USER"/yay || exit
makepkg -si --noconfirm
cd /home/"$USER"/ || exit
rm -rf yay
echo "install yay success"