Compare commits

..

2 Commits

Author SHA1 Message Date
tteckster 10deb58fcb
Update homepage-install.sh
Switching from building a release to building from source
2023-04-26 14:26:45 -04:00
tteckster a4f2aa59e2
Update CHANGELOG.MD 2023-04-26 09:05:28 -04:00
2 changed files with 8 additions and 6 deletions

View File

@ -2,6 +2,12 @@
# Change Log
All notable changes to this project will be documented in this file.
## 2023-04-26
### Changed
- **The site can now be accessed through a more memorable URL, which is [helper-scripts.com](http://helper-scripts.com).**
## 2023-04-23
### Changed

View File

@ -30,12 +30,8 @@ $STD npm install -g pnpm
msg_ok "Installed Node.js"
msg_info "Installing Homepage (Patience)"
RELEASE=$(curl -s https://api.github.com/repos/benphelps/homepage/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
wget -q https://github.com/benphelps/homepage/archive/refs/tags/v${RELEASE}.tar.gz
$STD tar -xvf v${RELEASE}.tar.gz
mkdir -p /opt/homepage
cp -r homepage-${RELEASE}/* /opt/homepage
rm -rf v${RELEASE}.tar.gz homepage-${RELEASE}
cd /opt
$STD git clone https://github.com/benphelps/homepage.git
cd /opt/homepage
mkdir -p config
cp /opt/homepage/src/skeleton/* /opt/homepage/config