Added a script to allow backwards compatibility with ags v1. (#501)
This commit is contained in:
8
make_agsv1.sh
Executable file
8
make_agsv1.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
makepkg -si
|
||||
|
||||
echo "Cleaning up build files..."
|
||||
rm -rf -- pkg src *.pkg.tar.* *.tar.gz
|
||||
|
||||
echo "Build and installation completed successfully. All generated files have been cleaned up."
|
||||
Reference in New Issue
Block a user