add touch for pkg.list allpac

This commit is contained in:
VetheonGames 2024-01-07 20:25:50 -07:00
parent 94210598db
commit fc4968053e

View File

@ -1,6 +1,7 @@
#!/bin/bash
mkdir -p ~/.allpac/cache ~/.allpac/logs ~/.allpac/bin
touch ~/.allpac/pkg.list
go_version=$(go version 2>/dev/null)
required_version="go1.21.5"